summaryrefslogtreecommitdiff
path: root/arch/arm/mach-mvebu/kirkwood-pm.c
diff options
context:
space:
mode:
authorAndrew Lunn <andrew@lunn.ch>2014-02-22 20:15:03 +0100
committerJason Cooper <jason@lakedaemon.net>2014-02-22 21:19:59 +0000
commitc3f08d0d5966f72f294f669e25ae4996f4885da0 (patch)
treee7831586963f1173119c2e49a51f44efc904f8b7 /arch/arm/mach-mvebu/kirkwood-pm.c
parent97171ad70e054779eded877bec6a126ac6468695 (diff)
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-pm.c')
-rw-r--r--arch/arm/mach-mvebu/kirkwood-pm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-mvebu/kirkwood-pm.c b/arch/arm/mach-mvebu/kirkwood-pm.c
index b8c8365b84d8..cbb816f2120c 100644
--- a/arch/arm/mach-mvebu/kirkwood-pm.c
+++ b/arch/arm/mach-mvebu/kirkwood-pm.c
@@ -17,7 +17,7 @@
#include <linux/kernel.h>
#include <linux/suspend.h>
#include <linux/io.h>
-#include <mach/bridge-regs.h>
+#include "kirkwood.h"
static void __iomem *ddr_operation_base;
static void __iomem *memory_pm_ctrl;