From: Petre Rodan Date: Wed, 14 Jan 2026 16:55:36 +0000 (+0200) Subject: iio: pressure: mprls0025pa: remove redundant declarations X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77261502ea5c87498f10bbb763b5b8a64fb5d7e5;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Andy Shevchenko Signed-off-by: Jonathan Cameron --- 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;