diff options
author | Linus Walleij <linus.walleij@linaro.org> | 2011-11-28 12:20:53 +0100 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-01 00:50:21 +0100 |
commit | 61b3875382bc335423ccd7cbf2736c70175a54dd (patch) | |
tree | 63e771d4821cbeff73a21a7c68a1f61f9552cc98 /arch/arm/mach-nomadik/board-nhk8815.c | |
parent | ARM: restart: remove poodle restart handler (diff) | |
download | linux-61b3875382bc335423ccd7cbf2736c70175a54dd.tar.xz linux-61b3875382bc335423ccd7cbf2736c70175a54dd.zip |
ARM: 7179/1: nomadik: localize cpu-8815 header
The symbols from cpu-8815.c were being broadcast across the
entire kernel but are only really used locally in mach-nomadik
so let's localize them.
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/mach-nomadik/board-nhk8815.c')
-rw-r--r-- | arch/arm/mach-nomadik/board-nhk8815.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/board-nhk8815.c b/arch/arm/mach-nomadik/board-nhk8815.c index 0cbb74c96ef7..4518050c8e8a 100644 --- a/arch/arm/mach-nomadik/board-nhk8815.c +++ b/arch/arm/mach-nomadik/board-nhk8815.c @@ -34,6 +34,8 @@ #include <mach/nand.h> #include <mach/fsmc.h> +#include "cpu-8815.h" + /* Initial value for SRC control register: all timers use MXTAL/8 source */ #define SRC_CR_INIT_MASK 0x00007fff #define SRC_CR_INIT_VAL 0x2aaa8000 |