Re: [PATCH 12/21] irqchip: s3c24xx: add missing __init annotations

2013-04-26 Thread Heiko Stübner
Am Donnerstag, 25. April 2013, 19:28:55 schrieb Arnd Bergmann: > The s3c24xx_init_intc and s3c2412_init_irq functions are only called > at init time, and they call functions already marked __init, so they > should be marked in the same way. This was reported as > > WARNING: vmlinux.o(.text+0x19e0b

[PATCH 12/21] irqchip: s3c24xx: add missing __init annotations

2013-04-25 Thread Arnd Bergmann
The s3c24xx_init_intc and s3c2412_init_irq functions are only called at init time, and they call functions already marked __init, so they should be marked in the same way. This was reported as WARNING: vmlinux.o(.text+0x19e0b4): Section mismatch in reference from the function s3c2412_init_irq() t