From f543110da7a53acb8c6d367e740ca9e110f0bb3a Mon Sep 17 00:00:00 2001 From: Atsushi Nemoto Date: Thu, 10 May 2007 01:20:30 +0900 Subject: [PATCH] [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-format-patch failed