aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-cns3xxx/devices.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2013-03-13 08:15:25 -0400
committerArnd Bergmann <arnd@arndb.de>2013-03-14 12:34:55 -0400
commit3f9fb2a08f55c79b4c6cde423c1e8ddcc5a49781 (patch)
tree35a78bd1e63edb8c7f836bf20cf5032f8b9ed5ea /arch/arm/mach-cns3xxx/devices.c
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9 (diff)
ARM: cns3xxx: make mach header files local
The mach/cns3xxx.h and mach/pm.h header files are used only in the platform code itself, so there is no need to make them globally visible. This gets us closer to multiplatform configuration for cns3xxx. Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/mach-cns3xxx/devices.c')
-rw-r--r--arch/arm/mach-cns3xxx/devices.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/arch/arm/mach-cns3xxx/devices.c b/arch/arm/mach-cns3xxx/devices.c
index 1e40c99b015f..7da78a2451f1 100644
--- a/arch/arm/mach-cns3xxx/devices.c
+++ b/arch/arm/mach-cns3xxx/devices.c
@@ -16,9 +16,8 @@
16#include <linux/compiler.h> 16#include <linux/compiler.h>
17#include <linux/dma-mapping.h> 17#include <linux/dma-mapping.h>
18#include <linux/platform_device.h> 18#include <linux/platform_device.h>
19#include <mach/cns3xxx.h> 19#include "cns3xxx.h"
20#include <mach/irqs.h> 20#include "pm.h"
21#include <mach/pm.h>
22#include "core.h" 21#include "core.h"
23#include "devices.h" 22#include "devices.h"
24 23