ARM: spear: move generic.h and pl080.h into private dir
authorArnd Bergmann <arnd@arndb.de>
Sun, 2 Dec 2012 14:49:04 +0000 (15:49 +0100)
committerArnd Bergmann <arnd@arndb.de>
Tue, 12 Mar 2013 16:39:53 +0000 (17:39 +0100)
commit2b9c613c4ee1756664fcbf6fc4926fee3e7139c3
tree32df959f729b51b7a56acbe70898f94dc3ae598d
parenta7ed099ffc8edf2a6dccd8a22469347f5cdcfa57
ARM: spear: move generic.h and pl080.h into private dir

No file outside of mach-spear includes these files any more,
so they don't have to be globally visible now.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Viresh Kumar <viresh.kumar@linaro.org>
16 files changed:
arch/arm/mach-spear/generic.h [new file with mode: 0644]
arch/arm/mach-spear/include/mach/generic.h [deleted file]
arch/arm/mach-spear/include/mach/hardware.h [deleted file]
arch/arm/mach-spear/include/plat/pl080.h [deleted file]
arch/arm/mach-spear/pl080.h [new file with mode: 0644]
arch/arm/mach-spear/platsmp.c
arch/arm/mach-spear/restart.c
arch/arm/mach-spear/spear1310.c
arch/arm/mach-spear/spear1340.c
arch/arm/mach-spear/spear13xx.c
arch/arm/mach-spear/spear300.c
arch/arm/mach-spear/spear310.c
arch/arm/mach-spear/spear320.c
arch/arm/mach-spear/spear3xx.c
arch/arm/mach-spear/spear6xx.c
arch/arm/mach-spear/time.c
This page took 0.026095 seconds and 5 git commands to generate.