Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

[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>

authored by

Andrew Morton and committed by
Linus Torvalds
9781b8b0 e984bb43

+1 -1
+1 -1
drivers/pcmcia/pd6729.c
··· 589 589 return 0; 590 590 } 591 591 592 - static u_int __init pd6729_isa_scan(void) 592 + static u_int __devinit pd6729_isa_scan(void) 593 593 { 594 594 u_int mask0, mask = 0; 595 595 int i;