ARM: dove: clean up mach/*.h headers
authorArnd Bergmann <arnd@arndb.de>
Wed, 31 Jul 2019 19:56:54 +0000 (21:56 +0200)
committerArnd Bergmann <arnd@arndb.de>
Wed, 14 Aug 2019 17:24:57 +0000 (19:24 +0200)
commitce78179ea6e042e2d3af0a1c71c105431ead483a
treea37e73fdf45369d34978756e9ab6fb758bfb479e
parenta3950da161a6fdb8099a00b936dcf848639f7ab6
ARM: dove: 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.

Link: https://lore.kernel.org/r/20190731195713.3150463-13-arnd@arndb.de
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
12 files changed:
arch/arm/mach-dove/bridge-regs.h [moved from arch/arm/mach-dove/include/mach/bridge-regs.h with 96% similarity]
arch/arm/mach-dove/cm-a510.c
arch/arm/mach-dove/common.c
arch/arm/mach-dove/dove-db-setup.c
arch/arm/mach-dove/dove.h [moved from arch/arm/mach-dove/include/mach/dove.h with 99% similarity]
arch/arm/mach-dove/include/mach/hardware.h [deleted file]
arch/arm/mach-dove/include/mach/uncompress.h
arch/arm/mach-dove/irq.c
arch/arm/mach-dove/irqs.h [moved from arch/arm/mach-dove/include/mach/irqs.h with 98% similarity]
arch/arm/mach-dove/mpp.c
arch/arm/mach-dove/pcie.c
arch/arm/mach-dove/pm.h [moved from arch/arm/mach-dove/include/mach/pm.h with 97% similarity]