From: Adrian Bunk Date: Wed, 30 Jan 2008 20:03:32 +0000 (+0200) Subject: drivers/net/sunvnet.c:print_version() must be __devinit X-Git-Tag: v2.6.25-rc1~1065^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa782d3195c8a1f6da9a44f1862f098f41bfe8a2;p=pandora-kernel.git drivers/net/sunvnet.c:print_version() must be __devinit This patch fixes the following section mismatches: <-- snip --> ... WARNING: drivers/net/sunvnet.o(.text+0x220): Section mismatch in reference from the function print_version() to the variable .devinit.data:version WARNING: drivers/net/sunvnet.o(.text+0x228): Section mismatch in reference from the function print_version() to the variable .devinit.data:version ... <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Jeff Garzik Signed-off-by: David S. Miller --- Reading git-diff-tree failed