[PATCH 1/4] [RFC] ARM: autogenerate mach-foo/* and plat-foo/* header redirects

2012-08-22 Thread Arnd Bergmann
This is an attempt to simplify the duplicate header problem for multiplatform kernels, in multiple steps: 1. (this patch) for each arch/arm/mach-${MACHINE}/include/mach-${MACHINE}/*.h file, generate a arch/arm/include/generated/mach/*.h file at build time, same for plat-*. 2. rename all

Re: [PATCH 1/4] [RFC] ARM: autogenerate mach-foo/* and plat-foo/* header redirects

2012-08-22 Thread Nicolas Pitre
On Wed, 22 Aug 2012, Arnd Bergmann wrote: > This is an attempt to simplify the duplicate header problem for > multiplatform kernels, in multiple steps: > > 1. (this patch) >for each arch/arm/mach-${MACHINE}/include/mach-${MACHINE}/*.h file, >generate a arch/arm/include/generated/mach/*.h

Re: [PATCH 1/4] [RFC] ARM: autogenerate mach-foo/* and plat-foo/* header redirects

2012-08-24 Thread Rob Herring
On 08/22/2012 07:54 AM, Arnd Bergmann wrote: > This is an attempt to simplify the duplicate header problem for > multiplatform kernels, in multiple steps: > > 1. (this patch) >for each arch/arm/mach-${MACHINE}/include/mach-${MACHINE}/*.h file, >generate a arch/arm/include/generated/mach/*.