Re: [PATCH] irqchip: digicolor: move digicolor_set_gc to init section

2015-03-23 Thread Jason Cooper
On Sun, Mar 22, 2015 at 09:39:45AM +0200, Baruch Siach wrote: > The digicolor_set_gc() routine is only called from __init annotated > digicolor_of_init(). Annotate digicolor_set_gc() with __init as well to save a > few bytes at run time. > > Signed-off-by: Baruch Siach > --- > drivers/irqchip/ir

[PATCH] irqchip: digicolor: move digicolor_set_gc to init section

2015-03-22 Thread Baruch Siach
The digicolor_set_gc() routine is only called from __init annotated digicolor_of_init(). Annotate digicolor_set_gc() with __init as well to save a few bytes at run time. Signed-off-by: Baruch Siach --- drivers/irqchip/irq-digicolor.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) dif