From: Adrian Bunk Date: Wed, 30 Jan 2008 20:17:23 +0000 (+0100) Subject: block/sunvdc.c:print_version() must be __devinit X-Git-Tag: v2.6.25-rc1~1085^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e30f98fcac9a203534454ffa6069c9b5fd2404ef;p=pandora-kernel.git block/sunvdc.c:print_version() must be __devinit This patch fixes the following section mismatches: <-- snip --> ... WARNING: drivers/block/sunvdc.o(.text+0xf0): Section mismatch in reference from the function print_version() to the variable .devinit.data:version WARNING: drivers/block/sunvdc.o(.text+0xf8): Section mismatch in reference from the function print_version() to the variable .devinit.data:version ... <-- snip --> Signed-off-by: Adrian Bunk Signed-off-by: Jens Axboe --- Reading git-diff-tree failed