ARM: ep93xx: move private headers out of mach/*
authorArnd Bergmann <arnd@arndb.de>
Mon, 15 Apr 2019 20:17:12 +0000 (22:17 +0200)
committerOlof Johansson <olof@lixom.net>
Mon, 29 Apr 2019 06:08:44 +0000 (23:08 -0700)
commit5b7cc90496aaff4f0eb1750b91dedec342d69760
treef97d41461a3019e2827903dff9160a20c926c092
parent67e38f578aaebf34fc1278bbe45a78ee8c73dd33
ARM: ep93xx: move private headers out of mach/*

gpio-ep93xx.h, hardware.h, and platform.h are only used in
arch/arm/mach-ep93xx, so we can move them one there and no
longer expose them to device drivers.

Acked-by: Alexander Sverdlin <alexander.sverdlin@gmail.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Olof Johansson <olof@lixom.net>
14 files changed:
arch/arm/mach-ep93xx/adssphere.c
arch/arm/mach-ep93xx/clock.c
arch/arm/mach-ep93xx/core.c
arch/arm/mach-ep93xx/dma.c
arch/arm/mach-ep93xx/edb93xx.c
arch/arm/mach-ep93xx/gesbc9312.c
arch/arm/mach-ep93xx/gpio-ep93xx.h [moved from arch/arm/mach-ep93xx/include/mach/gpio-ep93xx.h with 100% similarity]
arch/arm/mach-ep93xx/hardware.h [moved from arch/arm/mach-ep93xx/include/mach/hardware.h with 96% similarity]
arch/arm/mach-ep93xx/micro9.c
arch/arm/mach-ep93xx/platform.h [moved from arch/arm/mach-ep93xx/include/mach/platform.h with 100% similarity]
arch/arm/mach-ep93xx/simone.c
arch/arm/mach-ep93xx/snappercl15.c
arch/arm/mach-ep93xx/ts72xx.c
arch/arm/mach-ep93xx/vision_ep9307.c