net/hplance: hplance_init() should be __devinit
commit9281b2a2e2e02ad4bcc2fdd11797709b815d5f8e
authorGeert Uytterhoeven <geert@linux-m68k.org>
Mon, 13 Jun 2011 08:17:36 +0000 (13 08:17 +0000)
committerDavid S. Miller <davem@conan.davemloft.net>
Mon, 13 Jun 2011 22:32:36 +0000 (13 18:32 -0400)
treee3fb7c8160f40d5226aa2d1c12cbcb182db4765b
parent1ffde03d2aa112750468cff07efc9e0a504517dd
net/hplance: hplance_init() should be __devinit

WARNING: vmlinux.o(.devinit.text+0x253e): Section mismatch in reference from the function hplance_init_one() to the function .init.text:hplance_init()

The forward declaration had the correct attribute, but the actual function
definition hadn't.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: David S. Miller <davem@conan.davemloft.net>
drivers/net/hplance.c