aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-04-23 11:42:54 -0400
committerArnd Bergmann <arnd@arndb.de>2012-05-02 12:21:47 -0400
commit651ef18db973f8543faf8a7450484502f916a936 (patch)
treee9edec070628a5e5437137368ed33bbf13b0e266 /arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h
parent69964ea4c7b68c9399f7977aa5b9aa6539a6a98a (diff)
ARM: bcmring: move cfg_global header to mach/
Platforms should not have header files outside of include/mach, and bcmring is the only one that has one just under include/, so move that away. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h')
-rw-r--r--arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h b/arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h
index cfa91bed9d34..27f59dd27792 100644
--- a/arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h
+++ b/arch/arm/mach-bcmring/include/mach/csp/hw_cfg.h
@@ -18,7 +18,7 @@
18 18
19/* ---- Include Files ---------------------------------------------------- */ 19/* ---- Include Files ---------------------------------------------------- */
20 20
21#include <cfg_global.h> 21#include <mach/cfg_global.h>
22#include <mach/csp/cap_inline.h> 22#include <mach/csp/cap_inline.h>
23 23
24#if defined(__KERNEL__) 24#if defined(__KERNEL__)