From: Petre Rodan Date: Sun, 5 Oct 2025 13:12:15 +0000 (+0300) Subject: iio: accel: bma220: cleanup includes X-Git-Tag: v6.19-rc1~65^2~58^2~103 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fe8e142f1edc770bb90aa0559c5c9ae6c17ffdf;p=thirdparty%2Fkernel%2Flinux.git iio: accel: bma220: cleanup includes Tweak includes based on requirements. Signed-off-by: Petre Rodan Signed-off-by: Jonathan Cameron #added linux/errno.h --- diff --git a/drivers/iio/accel/bma220_spi.c b/drivers/iio/accel/bma220_spi.c index 45ac0d7ee27de..bf78fb052812b 100644 --- a/drivers/iio/accel/bma220_spi.c +++ b/drivers/iio/accel/bma220_spi.c @@ -6,9 +6,11 @@ */ #include -#include +#include #include #include +#include +#include #include #include