diff options
author | Keguang Zhang <keguang.zhang@gmail.com> | 2023-08-30 15:35:05 +0200 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-10-06 10:10:13 +0200 |
commit | 595b2c5917d89f5aeeecb4c74e29c0ecfabdc7e9 (patch) | |
tree | d175f6920da1d21a19fae083ef43d47b77d4516e /arch/mips/loongson32 | |
parent | Linux 6.6-rc4 (diff) | |
download | linux-595b2c5917d89f5aeeecb4c74e29c0ecfabdc7e9.tar.xz linux-595b2c5917d89f5aeeecb4c74e29c0ecfabdc7e9.zip |
MIPS: loongson32: Remove dma.h and nand.h
Since commit 7b3415f581c7 ("MIPS: Loongson32: Remove
unused platform devices"), struct plat_ls1x_dma and plat_ls1x_nand
are unused. Then, dma.h and nand.h are useless.
Therefore, remove these useless header files.
Signed-off-by: Keguang Zhang <keguang.zhang@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips/loongson32')
-rw-r--r-- | arch/mips/loongson32/common/platform.c | 2 | ||||
-rw-r--r-- | arch/mips/loongson32/ls1b/board.c | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/arch/mips/loongson32/common/platform.c b/arch/mips/loongson32/common/platform.c index 8075590a9f83..623eb4bc7b41 100644 --- a/arch/mips/loongson32/common/platform.c +++ b/arch/mips/loongson32/common/platform.c @@ -15,8 +15,6 @@ #include <platform.h> #include <loongson1.h> -#include <dma.h> -#include <nand.h> /* 8250/16550 compatible UART */ #define LS1X_UART(_id) \ diff --git a/arch/mips/loongson32/ls1b/board.c b/arch/mips/loongson32/ls1b/board.c index fed8d432ef20..fe115bdcb22c 100644 --- a/arch/mips/loongson32/ls1b/board.c +++ b/arch/mips/loongson32/ls1b/board.c @@ -8,8 +8,6 @@ #include <linux/sizes.h> #include <loongson1.h> -#include <dma.h> -#include <nand.h> #include <platform.h> static const struct gpio_led ls1x_gpio_leds[] __initconst = { |