2 * IIO accel driver for Freescale MMA7455L 3-axis 10-bit accelerometer
3 * Copyright 2015 Joachim Eastwood <manabian@gmail.com>
5 * This program is free software; you can redistribute it and/or modify
6 * it under the terms of the GNU General Public License version 2 as
7 * published by the Free Software Foundation.
13 extern const struct regmap_config mma7455_core_regmap;
15 int mma7455_core_probe(struct device *dev, struct regmap *regmap,
17 int mma7455_core_remove(struct device *dev);