mirror of
https://github.com/torvalds/linux.git
synced 2024-11-12 07:01:57 +00:00
[PATCH] pd6729 section fix
WARNING: drivers/pcmcia/pd6729.o - Section mismatch: reference to .init.text: from .text between 'pd6729_pci_probe' (at offset 0x9a8) and 'pd6729_pci_remove' Cc: Dominik Brodowski <linux@dominikbrodowski.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
e984bb43f7
commit
9781b8b055
@ -589,7 +589,7 @@ static int pd6729_check_irq(int irq, int flags)
|
||||
return 0;
|
||||
}
|
||||
|
||||
static u_int __init pd6729_isa_scan(void)
|
||||
static u_int __devinit pd6729_isa_scan(void)
|
||||
{
|
||||
u_int mask0, mask = 0;
|
||||
int i;
|
||||
|
Loading…
Reference in New Issue
Block a user