aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcm/kona.h
diff options
context:
space:
mode:
authorAlex Elder <elder@linaro.org>2014-04-21 17:53:08 -0400
committerMatt Porter <mporter@linaro.org>2014-04-25 08:51:36 -0400
commitd5c627b5751ed44c0eff6c12e658097edf6338de (patch)
tree8423802258e2e7c7efa1c7c91a17223e4694ca81 /arch/arm/mach-bcm/kona.h
parent7b5fe9c9115c92b7e6297216c789268961a19f98 (diff)
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 @@
12 */ 12 */
13 13
14#ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE 14#ifdef CONFIG_ARCH_BCM_MOBILE_L2_CACHE
15 15void kona_l2_cache_init(void);
16void __init kona_l2_cache_init(void);
17#else 16#else
18#define kona_l2_cache_init() ((void)0) 17#define kona_l2_cache_init() ((void)0)
19#endif 18#endif