diff options
author | Arnd Bergmann <arnd@arndb.de> | 2012-04-24 11:51:47 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2012-05-02 12:21:47 -0400 |
commit | 8a3fb8607a48ed74db3aaa87d8af7febcaa5d814 (patch) | |
tree | 329c07dd1229af035d6275146f24b45e8e0f81ec /arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h | |
parent | 651ef18db973f8543faf8a7450484502f916a936 (diff) |
ARM: bcmring: remove include/csp/ subdir
The csp/*.h headers get into the way of multiplatform
kernels and are generally not needed anyway. This removes
the ones that are completely free of content and moves
the other ones to mach/csp/, which already holds a bunch
of these.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h')
-rw-r--r-- | arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h b/arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h index 0aeb6a6fe7f8..49403d5725e8 100644 --- a/arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h +++ b/arch/arm/mach-bcmring/include/mach/csp/intcHw_reg.h | |||
@@ -27,8 +27,8 @@ | |||
27 | #define _INTCHW_REG_H | 27 | #define _INTCHW_REG_H |
28 | 28 | ||
29 | /* ---- Include Files ---------------------------------------------------- */ | 29 | /* ---- Include Files ---------------------------------------------------- */ |
30 | #include <csp/stdint.h> | 30 | #include <linux/types.h> |
31 | #include <csp/reg.h> | 31 | #include <mach/csp/reg.h> |
32 | #include <mach/csp/mm_io.h> | 32 | #include <mach/csp/mm_io.h> |
33 | 33 | ||
34 | /* ---- Public Constants and Types --------------------------------------- */ | 34 | /* ---- Public Constants and Types --------------------------------------- */ |