diff options
author | 2024-09-25 19:06:37 +0530 | |
---|---|---|
committer | 2024-09-30 01:11:50 +0200 | |
commit | d6dc8b7534d5c9dec80fdd7d4af20fd71602d7cb (patch) | |
tree | c4995c7a988745430141960f8dca50905394cc9c | |
parent | Linux 6.12-rc1 (diff) | |
download | wireguard-linux-d6dc8b7534d5c9dec80fdd7d4af20fd71602d7cb.tar.xz wireguard-linux-d6dc8b7534d5c9dec80fdd7d4af20fd71602d7cb.zip |
spi: spi_amd: Sort headers alphabetically
Sorting headers alphabetically helps locating duplicates, and makes it
easier to figure out where to insert new headers.
Co-developed-by: Akshata MukundShetty <akshata.mukundshetty@amd.com>
Signed-off-by: Akshata MukundShetty <akshata.mukundshetty@amd.com>
Signed-off-by: Raju Rangoju <Raju.Rangoju@amd.com>
Link: https://patch.msgid.link/20240925133644.2922359-2-Raju.Rangoju@amd.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | drivers/spi/spi-amd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/spi/spi-amd.c b/drivers/spi/spi-amd.c index 2245ad54b03a..c52066360dfe 100644 --- a/drivers/spi/spi-amd.c +++ b/drivers/spi/spi-amd.c @@ -7,12 +7,12 @@ // Author: Sanjay R Mehta <sanju.mehta@amd.com> #include <linux/acpi.h> +#include <linux/delay.h> #include <linux/init.h> +#include <linux/iopoll.h> #include <linux/module.h> #include <linux/platform_device.h> -#include <linux/delay.h> #include <linux/spi/spi.h> -#include <linux/iopoll.h> #include <linux/spi/spi-mem.h> #define AMD_SPI_CTRL0_REG 0x00 |