summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm/kona.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-04-21 23:53:08 +0200
committerMatt Porter <mporter@linaro.org>2014-04-25 14:51:36 +0200
commitd5c627b5751ed44c0eff6c12e658097edf6338de (patch)
tree8423802258e2e7c7efa1c7c91a17223e4694ca81 /arch/arm/mach-bcm/kona.h
parentARM: bcm: config option for l2 cache support (diff)
downloadlinux-d5c627b5751ed44c0eff6c12e658097edf6338de.tar.xz
linux-d5c627b5751ed44c0eff6c12e658097edf6338de.zip
ARM: bcm: tidy up a few includes
Clean up a few header file includes, eliminating a few that are not really needed and putting in their place some that are. Signed-off-by: Alex Elder <elder@linaro.org> Reviewed-by: Matt Porter <mporter@linaro.org> Signed-off-by: Matt Porter <mporter@linaro.org>
Diffstat (limited to 'arch/arm/mach-bcm/kona.h')
-rw-r--r--arch/arm/mach-bcm/kona.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/arm/mach-bcm/kona.h b/arch/arm/mach-bcm/kona.h
index 110185f7aad3..46f84a95ab1c 100644
--- a/arch/arm/mach-bcm/kona.h
+++ b/arch/arm/mach-bcm/kona.h
@@ -12,8 +12,7 @@
*/
#ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE
-
-void __init kona_l2_cache_init(void);
+void kona_l2_cache_init(void);
#else
#define kona_l2_cache_init() ((void)0)
#endif