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>
This commit is contained in:
Petre Rodan 2026-01-14 18:55:36 +02:00 committed by Jonathan Cameron
parent 448889d3ab
commit 77261502ea

View File

@ -25,9 +25,6 @@
struct device;
struct iio_chan_spec;
struct iio_dev;
struct mpr_data;
struct mpr_ops;