Re: [PATCH 34/36] ARM: s3c: stop including mach/hardware.h from mach/io.h

2019-10-10 Thread Arnd Bergmann
On Thu, Oct 10, 2019 at 11:02 PM Russell King - ARM Linux admin wrote: > > On Thu, Oct 10, 2019 at 10:30:18PM +0200, Arnd Bergmann wrote: > > diff --git a/arch/arm/mach-s3c24xx/include/mach/gpio-samsung.h > > b/arch/arm/mach-s3c24xx/include/mach/gpio-samsung.h > > index

Re: [PATCH 34/36] ARM: s3c: stop including mach/hardware.h from mach/io.h

2019-10-10 Thread Russell King - ARM Linux admin
On Thu, Oct 10, 2019 at 10:30:18PM +0200, Arnd Bergmann wrote: > A number of other files rely on mach/map.h to be indirectly > included from mach/io.h through mach/hardware.h. > > Reduce this to the minimal plat/map-base.h and add explicit > includes everywhere else. > > Signed-off-by: Arnd

[PATCH 34/36] ARM: s3c: stop including mach/hardware.h from mach/io.h

2019-10-10 Thread Arnd Bergmann
A number of other files rely on mach/map.h to be indirectly included from mach/io.h through mach/hardware.h. Reduce this to the minimal plat/map-base.h and add explicit includes everywhere else. Signed-off-by: Arnd Bergmann --- arch/arm/mach-s3c24xx/common.c | 1 +