From: Jonathan Cameron Date: Sun, 18 Feb 2024 17:33:21 +0000 (+0000) Subject: iio: accel: bma180: Switch from linux/of.h to linux/mod_devicetable.h X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=22f4fae348a8059323aad78a6fa66448cb2999df;p=linux.git iio: accel: bma180: Switch from linux/of.h to linux/mod_devicetable.h The only of specific definition used is of_device_id table and that is found in mod_devicetable.h not of.h Reviewed-by: Nuno Sa Reviewed-by: Andy Shevchenko Link: https://lore.kernel.org/r/20240218173323.1023703-7-jic23@kernel.org Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/accel/bma180.c b/drivers/iio/accel/bma180.c index ab4fccb24b6c0..6581772cb0c46 100644 --- a/drivers/iio/accel/bma180.c +++ b/drivers/iio/accel/bma180.c @@ -13,10 +13,10 @@ */ #include +#include #include #include #include -#include #include #include #include