diff options
author | Andrew Lunn <andrew@lunn.ch> | 2014-02-22 20:15:03 +0100 |
---|---|---|
committer | Jason Cooper <jason@lakedaemon.net> | 2014-02-22 21:19:59 +0000 |
commit | c3f08d0d5966f72f294f669e25ae4996f4885da0 (patch) | |
tree | e7831586963f1173119c2e49a51f44efc904f8b7 /arch/arm/mach-mvebu/kirkwood.c | |
parent | 97171ad70e054779eded877bec6a126ac6468695 (diff) | |
download | talos-obmc-linux-c3f08d0d5966f72f294f669e25ae4996f4885da0.tar.gz talos-obmc-linux-c3f08d0d5966f72f294f669e25ae4996f4885da0.zip |
ARM: mvebu: Simplify headers and make local
kirkwood is very nearly fully DT. Remove most of the address
definitions from the header files and make it a local header file.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Tested-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
Signed-off-by: Jason Cooper <jason@lakedaemon.net>
Diffstat (limited to 'arch/arm/mach-mvebu/kirkwood.c')
-rw-r--r-- | arch/arm/mach-mvebu/kirkwood.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/arch/arm/mach-mvebu/kirkwood.c b/arch/arm/mach-mvebu/kirkwood.c index 4c7bbec11b1a..8a38b10532e5 100644 --- a/arch/arm/mach-mvebu/kirkwood.c +++ b/arch/arm/mach-mvebu/kirkwood.c @@ -13,19 +13,16 @@ #include <linux/clk.h> #include <linux/kernel.h> #include <linux/init.h> +#include <linux/mbus.h> #include <linux/of.h> #include <linux/of_address.h> #include <linux/of_net.h> #include <linux/of_platform.h> -#include <linux/dma-mapping.h> -#include <linux/irqchip.h> -#include <linux/kexec.h> +#include <linux/slab.h> #include <asm/hardware/cache-feroceon-l2.h> #include <asm/mach/arch.h> #include <asm/mach/map.h> -#include <mach/bridge-regs.h> -#include <plat/common.h> -#include <plat/pcie.h> +#include "kirkwood.h" #include "kirkwood-pm.h" #include "common.h" |