Re: [PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers

2013-01-18 Thread Arnd Bergmann
On Friday 18 January 2013, Vineet Gupta wrote: > -Top level ARC makefile removes -I for platform headers > -asm/irq.h no longer includes plat/irq.h > > -platform makefile adds -I for it's specfic platform headers > -platform code to directly include it's plat/irq.h > > -Linker script needed

[PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers

2013-01-18 Thread Vineet Gupta
-Top level ARC makefile removes -I for platform headers -asm/irq.h no longer includes plat/irq.h -platform makefile adds -I for it's specfic platform headers -platform code to directly include it's plat/irq.h -Linker script needed plat/memmap.h for CCM info, already in .config Signed-off-by:

[PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers

2013-01-18 Thread Vineet Gupta
-Top level ARC makefile removes -I for platform headers -asm/irq.h no longer includes plat/irq.h -platform makefile adds -I for it's specfic platform headers -platform code to directly include it's plat/irq.h -Linker script needed plat/memmap.h for CCM info, already in .config Signed-off-by:

Re: [PATCH v2 71/76] ARC: [Review] Multi-platform image #4: Isolate platform headers

2013-01-18 Thread Arnd Bergmann
On Friday 18 January 2013, Vineet Gupta wrote: -Top level ARC makefile removes -I for platform headers -asm/irq.h no longer includes plat/irq.h -platform makefile adds -I for it's specfic platform headers -platform code to directly include it's plat/irq.h -Linker script needed