diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2013-05-02 11:12:33 -0400 |
---|---|---|
committer | Linus Walleij <linus.walleij@linaro.org> | 2013-06-17 07:54:33 -0400 |
commit | b0bdd8bca9a8f4ae1c3f6a256e83b73edad06050 (patch) | |
tree | 1a371a73e71f769e6b86d7a277454513a7621bc0 /arch/arm/mach-u300 | |
parent | 69fc4ca30cbd08927df060eb1e2308c3b240a57f (diff) |
ARM: u300: localize <mach/u300-regs.h>
This register base file is now only used in the machine
itself so move it down into mach-u300.
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'arch/arm/mach-u300')
-rw-r--r-- | arch/arm/mach-u300/core.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-u300/regulator.c | 2 | ||||
-rw-r--r-- | arch/arm/mach-u300/u300-regs.h (renamed from arch/arm/mach-u300/include/mach/u300-regs.h) | 0 |
3 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 254fe922457d..1fdaf81771fa 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c | |||
@@ -21,7 +21,7 @@ | |||
21 | #include <asm/mach/map.h> | 21 | #include <asm/mach/map.h> |
22 | #include <asm/mach/arch.h> | 22 | #include <asm/mach/arch.h> |
23 | 23 | ||
24 | #include <mach/u300-regs.h> | 24 | #include "u300-regs.h" |
25 | 25 | ||
26 | /* | 26 | /* |
27 | * SYSCON addresses applicable to the core machine. | 27 | * SYSCON addresses applicable to the core machine. |
diff --git a/arch/arm/mach-u300/regulator.c b/arch/arm/mach-u300/regulator.c index ab7d7a519b2f..1cbe88c74367 100644 --- a/arch/arm/mach-u300/regulator.c +++ b/arch/arm/mach-u300/regulator.c | |||
@@ -17,7 +17,7 @@ | |||
17 | #include <linux/regulator/consumer.h> | 17 | #include <linux/regulator/consumer.h> |
18 | /* Those are just for writing in syscon */ | 18 | /* Those are just for writing in syscon */ |
19 | #include <linux/io.h> | 19 | #include <linux/io.h> |
20 | #include <mach/u300-regs.h> | 20 | #include "u300-regs.h" |
21 | 21 | ||
22 | /* Power Management Control 16bit (R/W) */ | 22 | /* Power Management Control 16bit (R/W) */ |
23 | #define U300_SYSCON_PMCR (0x50) | 23 | #define U300_SYSCON_PMCR (0x50) |
diff --git a/arch/arm/mach-u300/include/mach/u300-regs.h b/arch/arm/mach-u300/u300-regs.h index 0320495efc4d..0320495efc4d 100644 --- a/arch/arm/mach-u300/include/mach/u300-regs.h +++ b/arch/arm/mach-u300/u300-regs.h | |||