Re: [PATCH 4/4] ARM: ep93xx: move private headers out of mach/*

2019-04-16 Thread Lukasz Majewski
On Mon, 15 Apr 2019 21:31:50 +0200 Arnd Bergmann wrote: > 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. > > Signed-off-by: Arnd Bergmann > --- > arch/arm/mach-ep93xx/adssphere.c

Re: [PATCH 4/4] ARM: ep93xx: move private headers out of mach/*

2019-04-15 Thread Alexander Sverdlin
On 15/04/2019 21:31, Arnd Bergmann wrote: > 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 > Signed-off-by: Arnd Bergmann > --- >

[PATCH 4/4] ARM: ep93xx: move private headers out of mach/*

2019-04-15 Thread Arnd Bergmann
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. Signed-off-by: Arnd Bergmann --- arch/arm/mach-ep93xx/adssphere.c | 2 +- arch/arm/mach-ep93xx/clock.c