]> git.baikalelectronics.ru Git - kernel.git/commit
ARM: mv78xx0: clean up mach/*.h headers
authorArnd Bergmann <arnd@arndb.de>
Wed, 2 Dec 2015 21:27:06 +0000 (22:27 +0100)
committerGregory CLEMENT <gregory.clement@free-electrons.com>
Mon, 7 Dec 2015 17:17:34 +0000 (18:17 +0100)
commite1d1afa720cbd1479182c00e54de470e2b8ea2dd
tree172a2831dcddac2dae733aa9c837ad44f4e2bf9b
parentd3c115d5af79a0cff833d853d75f54080c20efa3
ARM: mv78xx0: clean up mach/*.h headers

This is a simple move of all header files that are no longer
included by anything else from the include/mach directory
to the platform directory itself as preparation for
multiplatform support.

The mach/uncompress.h headers are left in place for now,
and are mildly modified to be independent of the other
headers. They will be removed entirely when ARCH_MULTIPLATFORM
gets enabled and they become obsolete.

Rather than updating the path names inside of the comments
of each header, I delete those comments to avoid having to
update them again, should they get moved or copied another
time.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Gregory CLEMENT <gregory.clement@free-electrons.com>
15 files changed:
arch/arm/mach-mv78xx0/bridge-regs.h [new file with mode: 0644]
arch/arm/mach-mv78xx0/buffalo-wxl-setup.c
arch/arm/mach-mv78xx0/common.c
arch/arm/mach-mv78xx0/db78x00-bp-setup.c
arch/arm/mach-mv78xx0/include/mach/bridge-regs.h [deleted file]
arch/arm/mach-mv78xx0/include/mach/hardware.h [deleted file]
arch/arm/mach-mv78xx0/include/mach/irqs.h [deleted file]
arch/arm/mach-mv78xx0/include/mach/mv78xx0.h [deleted file]
arch/arm/mach-mv78xx0/include/mach/uncompress.h
arch/arm/mach-mv78xx0/irq.c
arch/arm/mach-mv78xx0/irqs.h [new file with mode: 0644]
arch/arm/mach-mv78xx0/mpp.c
arch/arm/mach-mv78xx0/mv78xx0.h [new file with mode: 0644]
arch/arm/mach-mv78xx0/pcie.c
arch/arm/mach-mv78xx0/rd78x00-masa-setup.c