diff options
author | Rob Herring <robh@kernel.org> | 2023-08-04 01:42:45 +0300 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2023-08-12 11:30:59 +0300 |
commit | 9d2af67ba0c814ec51333cd12edb3dd49b7bd052 (patch) | |
tree | 443360c16119a743d6ec8f2caf17e157cb82f757 /arch/arm/mach-dove/common.c | |
parent | fe260f5e65e1188a1aa248b40f26edd24b8cb5e9 (diff) | |
download | linux-9d2af67ba0c814ec51333cd12edb3dd49b7bd052.tar.xz |
ARM: dove: Drop unused includes
Several includes are not needed, so drop them.
Signed-off-by: Rob Herring <robh@kernel.org>
Link: https://lore.kernel.org/r/20230803-dt-header-cleanups-for-soc-v2-5-d8de2cc88bff@kernel.org
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-dove/common.c')
-rw-r--r-- | arch/arm/mach-dove/common.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm/mach-dove/common.c b/arch/arm/mach-dove/common.c index cd4ae7e4768d..3aea90bbb41a 100644 --- a/arch/arm/mach-dove/common.c +++ b/arch/arm/mach-dove/common.c @@ -9,8 +9,6 @@ #include <linux/dma-mapping.h> #include <linux/init.h> #include <linux/io.h> -#include <linux/of.h> -#include <linux/of_platform.h> #include <linux/platform_data/dma-mv_xor.h> #include <linux/platform_data/usb-ehci-orion.h> #include <linux/platform_device.h> |