diff options
| author | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2024-09-04 00:28:21 +0300 |
|---|---|---|
| committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2024-09-30 09:20:59 +0100 |
| commit | 9ebe06f15a696138060bc740629be6f6b1a21171 (patch) | |
| tree | 1b9276b75d76e8b9f2c72b7b9d706d952edaa6e2 /drivers/iio/proximity/sx_common.h | |
| parent | b71e9e129736ab5b97db927a0a05763434125291 (diff) | |
iio: proximity: sx_common: Unexport sx_common_get_raw_register_config()
sx_common_get_raw_register_config() is used in a single driver,
move it there.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Link: https://patch.msgid.link/20240903212922.3731221-3-andriy.shevchenko@linux.intel.com
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/proximity/sx_common.h')
| -rw-r--r-- | drivers/iio/proximity/sx_common.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iio/proximity/sx_common.h b/drivers/iio/proximity/sx_common.h index 101b90e52ff2..175505eaae7b 100644 --- a/drivers/iio/proximity/sx_common.h +++ b/drivers/iio/proximity/sx_common.h @@ -150,9 +150,6 @@ int sx_common_probe(struct i2c_client *client, const struct sx_common_chip_info *chip_info, const struct regmap_config *regmap_config); -void sx_common_get_raw_register_config(struct device *dev, - struct sx_common_reg_default *reg_def); - /* 3 is the number of events defined by a single phase. */ extern const struct iio_event_spec sx_common_events[3]; |
