From b0bdd8bca9a8f4ae1c3f6a256e83b73edad06050 Mon Sep 17 00:00:00 2001 From: Linus Walleij Date: Thu, 2 May 2013 17:12:33 +0200 Subject: ARM: u300: localize This register base file is now only used in the machine itself so move it down into mach-u300. Acked-by: Arnd Bergmann Signed-off-by: Linus Walleij --- arch/arm/mach-u300/core.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'arch/arm/mach-u300/core.c') diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 254fe92..1fdaf81 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c @@ -21,7 +21,7 @@ #include #include -#include +#include "u300-regs.h" /* * SYSCON addresses applicable to the core machine. -- cgit v1.1