From: Geert Uytterhoeven Date: Mon, 13 Jun 2011 08:17:36 +0000 (+0000) Subject: net/hplance: hplance_init() should be __devinit X-Git-Tag: v3.0-rc4~5^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9281b2a2e2e02ad4bcc2fdd11797709b815d5f8e;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed