ARM: cns3xxx: make mach header files local
authorArnd Bergmann <arnd@arndb.de>
Wed, 13 Mar 2013 12:15:25 +0000 (13:15 +0100)
committerArnd Bergmann <arnd@arndb.de>
Thu, 14 Mar 2013 16:34:55 +0000 (17:34 +0100)
commit3f9fb2a08f55c79b4c6cde423c1e8ddcc5a49781
tree35a78bd1e63edb8c7f836bf20cf5032f8b9ed5ea
parentf6161aa153581da4a3867a2d1a7caf4be19b6ec9
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>
arch/arm/mach-cns3xxx/cns3420vb.c
arch/arm/mach-cns3xxx/cns3xxx.h [new file with mode: 0644]
arch/arm/mach-cns3xxx/core.c
arch/arm/mach-cns3xxx/devices.c
arch/arm/mach-cns3xxx/include/mach/cns3xxx.h [deleted file]
arch/arm/mach-cns3xxx/include/mach/pm.h [deleted file]
arch/arm/mach-cns3xxx/include/mach/uncompress.h
arch/arm/mach-cns3xxx/pcie.c
arch/arm/mach-cns3xxx/pm.c
arch/arm/mach-cns3xxx/pm.h [new file with mode: 0644]
drivers/mmc/host/sdhci-cns3xxx.c
This page took 0.063562 seconds and 5 git commands to generate.