From: Atsushi Nemoto Date: Wed, 9 May 2007 16:20:30 +0000 (+0900) Subject: [MIPS] Drop __devinit tag from allocate_irqno() and free_irqno() X-Git-Tag: v2.6.22-rc1~30^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f543110da7a53acb8c6d367e740ca9e110f0bb3a;p=pandora-kernel.git [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 Signed-off-by: Ralf Baechle --- Reading git-diff-tree failed