diff options
author | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-01-14 17:29:28 +0000 |
---|---|---|
committer | Jonathan Cameron <Jonathan.Cameron@huawei.com> | 2023-03-11 12:18:28 +0000 |
commit | f22ed8d9e804e403b204d1926138490d6ad35ed2 (patch) | |
tree | dd35f835ff9dc7885fd8e0bec2ab4a83c696b293 /drivers/iio/proximity | |
parent | 390738596ccf565047f1db0c3c17753018da5196 (diff) | |
download | linux-stable-f22ed8d9e804e403b204d1926138490d6ad35ed2.tar.gz linux-stable-f22ed8d9e804e403b204d1926138490d6ad35ed2.tar.bz2 linux-stable-f22ed8d9e804e403b204d1926138490d6ad35ed2.zip |
iio: proximity: sx_common: Drop documentation of non existent struct element.
struct sx_common_data doesn't have a num_default_regs element so
drop the documentation for it.
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Cc: Gwendal Grignou <gwendal@chromium.org>
Cc: Stephen Boyd <swboyd@chromium.org>
Reviewed-by: Stephen Boyd <swboyd@chromium.org>
Link: https://lore.kernel.org/r/20230114172928.80414-1-jic23@kernel.org
Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
Diffstat (limited to 'drivers/iio/proximity')
-rw-r--r-- | drivers/iio/proximity/sx_common.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/iio/proximity/sx_common.h b/drivers/iio/proximity/sx_common.h index 49d4517103b0..a2bbdef200d1 100644 --- a/drivers/iio/proximity/sx_common.h +++ b/drivers/iio/proximity/sx_common.h @@ -101,7 +101,6 @@ struct sx_common_chip_info { * @client: I2C client structure. * @trig: IIO trigger object. * @regmap: Register map. - * @num_default_regs: Number of default registers to set at init. * @chan_prox_stat: Last reading of the proximity status for each channel. * We only send an event to user space when this changes. * @trigger_enabled: True when the device trigger is enabled. |