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-11-30 23:50:21 +0000 |
commit | 61b3875382bc335423ccd7cbf2736c70175a54dd (patch) | |
tree | 63e771d4821cbeff73a21a7c68a1f61f9552cc98 /arch/arm/mach-nomadik/cpu-8815.h | |
parent | 3f1517a761905c55d1db71cb0afd359d74a76a6c (diff) |
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/cpu-8815.h')
-rw-r--r-- | arch/arm/mach-nomadik/cpu-8815.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/cpu-8815.h b/arch/arm/mach-nomadik/cpu-8815.h new file mode 100644 index 00000000000..e041794ac68 --- /dev/null +++ b/arch/arm/mach-nomadik/cpu-8815.h @@ -0,0 +1,3 @@ +extern void cpu8815_map_io(void); +extern void cpu8815_platform_init(void); +extern void cpu8815_init_irq(void); |