summaryrefslogtreecommitdiff
path: root/arch/arm/mach-bcmring/csp/dmac/dmacHw.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2012-04-24 15:51:47 (GMT)
committerArnd Bergmann <arnd@arndb.de>2012-05-02 16:21:47 (GMT)
commit8a3fb8607a48ed74db3aaa87d8af7febcaa5d814 (patch)
tree329c07dd1229af035d6275146f24b45e8e0f81ec /arch/arm/mach-bcmring/csp/dmac/dmacHw.c
parent651ef18db973f8543faf8a7450484502f916a936 (diff)
downloadlinux-8a3fb8607a48ed74db3aaa87d8af7febcaa5d814.tar.xz
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/csp/dmac/dmacHw.c')
-rw-r--r--arch/arm/mach-bcmring/csp/dmac/dmacHw.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/arch/arm/mach-bcmring/csp/dmac/dmacHw.c b/arch/arm/mach-bcmring/csp/dmac/dmacHw.c
index 6b9be2e..570ab0a 100644
--- a/arch/arm/mach-bcmring/csp/dmac/dmacHw.c
+++ b/arch/arm/mach-bcmring/csp/dmac/dmacHw.c
@@ -25,11 +25,11 @@
/****************************************************************************/
/* ---- Include Files ---------------------------------------------------- */
-#include <csp/stdint.h>
-#include <csp/string.h>
+#include <linux/types.h>
+#include <linux/string.h>
#include <stddef.h>
-#include <csp/dmacHw.h>
+#include <mach/csp/dmacHw.h>
#include <mach/csp/dmacHw_reg.h>
#include <mach/csp/dmacHw_priv.h>
#include <mach/csp/chipcHw_inline.h>