]> www.infradead.org Git - linux.git/commitdiff
spi: ppc4xx: Sort headers
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 2 Sep 2024 10:30:41 +0000 (13:30 +0300)
committerMark Brown <broonie@kernel.org>
Mon, 2 Sep 2024 11:56:31 +0000 (12:56 +0100)
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>
Link: https://patch.msgid.link/20240902103203.2476576-1-andriy.shevchenko@linux.intel.com
Signed-off-by: Mark Brown <broonie@kernel.org>
drivers/spi/spi-ppc4xx.c

index 2c43b498432f8be329452d68fd1f91c5338e622c..4a64ea0f596f9a41c1f33844372e714c0d1089ac 100644 (file)
  * during SPI transfers by setting max_speed_hz via the device tree.
  */
 
+#include <linux/delay.h>
+#include <linux/errno.h>
+#include <linux/interrupt.h>
+#include <linux/io.h>
 #include <linux/module.h>
+#include <linux/of_address.h>
+#include <linux/of_platform.h>
+#include <linux/platform_device.h>
 #include <linux/sched.h>
 #include <linux/slab.h>
-#include <linux/errno.h>
 #include <linux/wait.h>
-#include <linux/platform_device.h>
-#include <linux/of_address.h>
-#include <linux/of_platform.h>
-#include <linux/interrupt.h>
-#include <linux/delay.h>
 
 #include <linux/spi/spi.h>
 #include <linux/spi/spi_bitbang.h>
 
-#include <linux/io.h>
 #include <asm/dcr.h>
 #include <asm/dcr-regs.h>