1 /* SPDX-License-Identifier: GPL-2.0-only */
3 * IIO accel driver for Freescale MMA7455L 3-axis 10-bit accelerometer
4 * Copyright 2015 Joachim Eastwood <manabian@gmail.com>
10 extern const struct regmap_config mma7455_core_regmap
;
12 int mma7455_core_probe(struct device
*dev
, struct regmap
*regmap
,
14 void mma7455_core_remove(struct device
*dev
);