Messages in this thread Patch in this message |  | | From | Andy Shevchenko <> | Subject | [PATCH v1 2/2] iio: adc: ti-adc128s052: Sort headers | Date | Wed, 14 Dec 2022 14:02:02 +0200 |
| |
Sort the headers in alphabetic order in order to ease the maintenance for this part.
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> --- drivers/iio/adc/ti-adc128s052.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/drivers/iio/adc/ti-adc128s052.c b/drivers/iio/adc/ti-adc128s052.c index 7c4e8025861c..a003264ca835 100644 --- a/drivers/iio/adc/ti-adc128s052.c +++ b/drivers/iio/adc/ti-adc128s052.c @@ -11,12 +11,12 @@ #include <linux/bits.h> #include <linux/err.h> -#include <linux/spi/spi.h> -#include <linux/module.h> -#include <linux/mod_devicetable.h> #include <linux/iio/iio.h> +#include <linux/mod_devicetable.h> +#include <linux/module.h> #include <linux/property.h> #include <linux/regulator/consumer.h> +#include <linux/spi/spi.h> #include <asm/unaligned.h> -- 2.35.1
|  |