• Magnus Damm's avatar
    irq: export remove_irq() and setup_irq() symbols · eb53b4e8
    Magnus Damm authored
    Export the setup_irq() and remove_irq() symbols.
    
    I'd like to export these functions since I have timer
    code that needs to use setup_irq() early on (too early
    for request_irq()), and the same code can also be
    compiled as a module.
    Signed-off-by: default avatarMagnus Damm <damm@igel.co.jp>
    LKML-Reference: <20090312120559.2926.82371.sendpatchset@rx1.opensource.se>
    [ changed to _GPL as these are special APIs deep inside the irq layer. ]
    Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
    eb53b4e8
manage.c 19.1 KB