[PATCH v4 10/19] irqchip: Move ARM gic.h to include/linux/irqchip/arm-gic.h
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-01-03 21:44:51
From: arnd@arndb.de (Arnd Bergmann)
Date: 2013-01-03 21:44:51
On Thursday 03 January 2013, Rob Herring wrote:
From: Rob Herring <redacted> Now that we have GIC moved to drivers/irqchip and all GIC DT init for platforms using irqchip_init, move gic.h and update the remaining includes.
Can you elaborate on why this is done? Does any other code rely on the header file being globally visible, or is there a more general reason to move header files out of asm/ ? Arnd