Skip to content

Commit e868368

Browse files
andy-shevbroonie
authored andcommitted
spi: ppc4xx: Sort headers
Sort the headers in alphabetic order in order to ease the maintenance for this part. Signed-off-by: Andy Shevchenko <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 7f9f8c5 commit e868368

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

drivers/spi/spi-ppc4xx.c

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -20,21 +20,21 @@
2020
* during SPI transfers by setting max_speed_hz via the device tree.
2121
*/
2222

23+
#include <linux/delay.h>
24+
#include <linux/errno.h>
25+
#include <linux/interrupt.h>
26+
#include <linux/io.h>
2327
#include <linux/module.h>
28+
#include <linux/of_address.h>
29+
#include <linux/of_platform.h>
30+
#include <linux/platform_device.h>
2431
#include <linux/sched.h>
2532
#include <linux/slab.h>
26-
#include <linux/errno.h>
2733
#include <linux/wait.h>
28-
#include <linux/platform_device.h>
29-
#include <linux/of_address.h>
30-
#include <linux/of_platform.h>
31-
#include <linux/interrupt.h>
32-
#include <linux/delay.h>
3334

3435
#include <linux/spi/spi.h>
3536
#include <linux/spi/spi_bitbang.h>
3637

37-
#include <linux/io.h>
3838
#include <asm/dcr.h>
3939
#include <asm/dcr-regs.h>
4040

0 commit comments

Comments
 (0)