Skip to content

Commit

Permalink
[PATCH] pd6729 section fix
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed May 21, 2006
1 parent e984bb4 commit 9781b8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/pcmcia/pd6729.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 9781b8b

Please sign in to comment.