summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetre Rodan <petre.rodan@subdimension.ro>2026-01-14 19:55:36 +0300
committerJonathan Cameron <Jonathan.Cameron@huawei.com>2026-01-16 20:40:40 +0300
commit77261502ea5c87498f10bbb763b5b8a64fb5d7e5 (patch)
tree568a272bfaf0ed0960088fea835bf041fde27d18
parent448889d3abbba5a6444e21fe3bd64e115d147020 (diff)
downloadlinux-77261502ea5c87498f10bbb763b5b8a64fb5d7e5.tar.xz
iio: pressure: mprls0025pa: remove redundant declarations
Remove the iio_chan_spec and iio_dev structs which are already defined in the included iio.h header. Signed-off-by: Petre Rodan <petre.rodan@subdimension.ro> Reviewed-by: Andy Shevchenko <andriy.shevchenko@intel.com> Signed-off-by: Jonathan Cameron <Jonathan.Cameron@huawei.com>
-rw-r--r--drivers/iio/pressure/mprls0025pa.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/iio/pressure/mprls0025pa.h b/drivers/iio/pressure/mprls0025pa.h
index eab877da3451..e34253af8e23 100644
--- a/drivers/iio/pressure/mprls0025pa.h
+++ b/drivers/iio/pressure/mprls0025pa.h
@@ -25,9 +25,6 @@
struct device;
-struct iio_chan_spec;
-struct iio_dev;
-
struct mpr_data;
struct mpr_ops;