diff options
author | Rob Herring <[email protected]> | 2023-08-03 16:42:45 -0600 |
---|---|---|
committer | Arnd Bergmann <[email protected]> | 2023-08-12 10:30:59 +0200 |
commit | 9d2af67ba0c814ec51333cd12edb3dd49b7bd052 (patch) | |
tree | 443360c16119a743d6ec8f2caf17e157cb82f757 | |
parent | fe260f5e65e1188a1aa248b40f26edd24b8cb5e9 (diff) |
ARM: dove: Drop unused includes
Several includes are not needed, so drop them.
Signed-off-by: Rob Herring <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[email protected]>
-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> |