[MIPS] Drop __devinit tag from allocate_irqno() and free_irqno()
authorAtsushi Nemoto <anemo@mba.ocn.ne.jp>
Wed, 9 May 2007 16:20:30 +0000 (01:20 +0900)
committerRalf Baechle <ralf@linux-mips.org>
Fri, 11 May 2007 13:28:31 +0000 (14:28 +0100)
commitf543110da7a53acb8c6d367e740ca9e110f0bb3a
tree69b308ce64fb604a88a69bf2b7cc36640bf9ccc5
parent55d0b4e3f6526daf1cc7449028bf5d4c304a6a69
[MIPS] Drop __devinit tag from allocate_irqno() and free_irqno()

This fix these warnings:

WARNING: arch/mips/kernel/built-in.o - Section mismatch: reference to .init.text:free_irqno from __ksymtab_gpl between '__ksymtab_free_irqno' (at offset 0x0) and '__ksymtab_allocate_irqno'
WARNING: arch/mips/kernel/built-in.o - Section mismatch: reference to .init.text:allocate_irqno from __ksymtab_gpl after '__ksymtab_allocate_irqno' (at offset 0x8)

Signed-off-by: Atsushi Nemoto <anemo@mba.ocn.ne.jp>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
arch/mips/kernel/irq.c