ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2
authorTony Lindgren <tony@atomide.com>
Fri, 31 Aug 2012 23:08:07 +0000 (16:08 -0700)
committerTony Lindgren <tony@atomide.com>
Thu, 13 Sep 2012 01:06:31 +0000 (18:06 -0700)
commitc49f34bc25900c3c6638fed0987c9abea3c212ea
treee1686e3c2cf56aee878fe3a725d4f7651464ec91
parentdbc04161048dd5e5c3c58546688a0cc0854051e9
ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2

These can now be moved to be local headers in mach-omap2.

Note that this patch removes arch/arm/plat-omap/devices.c as it
will get removed anyways with Paul Walmsley's patch
"ARM: OMAP: split OMAP1, OMAP2+ RNG device registration".

Signed-off-by: Tony Lindgren <tony@atomide.com>
21 files changed:
arch/arm/mach-omap2/am33xx.h [new file with mode: 0644]
arch/arm/mach-omap2/clock33xx_data.c
arch/arm/mach-omap2/control.h
arch/arm/mach-omap2/omap-mpuss-lowpower.c
arch/arm/mach-omap2/omap24xx.h [new file with mode: 0644]
arch/arm/mach-omap2/omap34xx.h [new file with mode: 0644]
arch/arm/mach-omap2/omap44xx.h [new file with mode: 0644]
arch/arm/mach-omap2/omap54xx.h [new file with mode: 0644]
arch/arm/mach-omap2/sleep24xx.S
arch/arm/mach-omap2/sleep34xx.S
arch/arm/mach-omap2/sleep44xx.S
arch/arm/mach-omap2/soc.h
arch/arm/mach-omap2/ti81xx.h [new file with mode: 0644]
arch/arm/plat-omap/Makefile
arch/arm/plat-omap/devices.c [deleted file]
arch/arm/plat-omap/include/plat/am33xx.h [deleted file]
arch/arm/plat-omap/include/plat/omap24xx.h [deleted file]
arch/arm/plat-omap/include/plat/omap34xx.h [deleted file]
arch/arm/plat-omap/include/plat/omap44xx.h [deleted file]
arch/arm/plat-omap/include/plat/omap54xx.h [deleted file]
arch/arm/plat-omap/include/plat/ti81xx.h [deleted file]