From: Andy Shevchenko Date: Mon, 31 Aug 2020 09:08:11 +0000 (+0300) Subject: iio: accel: bma220: Group IIO headers together X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=df9f7d4c330d1ca3e124d73a137a7df32ca3ac33;p=uclinux-h8%2Flinux.git iio: accel: bma220: Group IIO headers together Group IIO headers together and follow the common pattern of header inclusion, i.e. more generic first. Signed-off-by: Andy Shevchenko Link: https://lore.kernel.org/r/20200831090813.78841-6-andriy.shevchenko@linux.intel.com Signed-off-by: Jonathan Cameron --- diff --git a/drivers/iio/accel/bma220_spi.c b/drivers/iio/accel/bma220_spi.c index 044902ac8e29..73927f9c9b01 100644 --- a/drivers/iio/accel/bma220_spi.c +++ b/drivers/iio/accel/bma220_spi.c @@ -8,10 +8,11 @@ #include #include #include +#include + #include #include #include -#include #include #include