Re: [PATCH 0/2] irqchip: make non-modular code explicitly non-modular

2015-10-13 Thread Paul Gortmaker
[Re: [PATCH 0/2] irqchip: make non-modular code explicitly non-modular] On 12/10/2015 (Mon 09:04) Geert Uytterhoeven wrote: > Hi Paul, > > On Mon, Oct 12, 2015 at 1:05 AM, Paul Gortmaker > wrote: [...] > > Paul Gortmaker (2): > > drivers/irqchip: make irq-renesas-

Re: [PATCH 0/2] irqchip: make non-modular code explicitly non-modular

2015-10-12 Thread Geert Uytterhoeven
Hi Paul, On Mon, Oct 12, 2015 at 1:05 AM, Paul Gortmaker wrote: > In a previous merge window, we made changes to allow better > delineation between modular and non-modular code in commit > 0fd972a7d91d6e15393c449492a04d94c0b89351 ("module: relocate module_init > from init.h to module.h"). This a

[PATCH 0/2] irqchip: make non-modular code explicitly non-modular

2015-10-11 Thread Paul Gortmaker
In a previous merge window, we made changes to allow better delineation between modular and non-modular code in commit 0fd972a7d91d6e15393c449492a04d94c0b89351 ("module: relocate module_init from init.h to module.h"). This allows us to now ensure module code looks modular and non-modular code does