From: Gerard Snitselaar Date: Thu, 15 Mar 2012 08:50:39 +0000 (-0700) Subject: staging: vme: fix section mismatches in linux-next 20120314 X-Git-Tag: v3.4-rc1~186^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf3a85be67068a0f55804349e6e1dce80008c45c;p=pandora-kernel.git staging: vme: fix section mismatches in linux-next 20120314 pio2_gpio_init() annotated with __init, but called by pio2_probe() which is annotated __devinit. pio2_gpio_exit() is annotated __exit, but is called by pio2_probe() and by pio2_remove() which is annotated __devexit. Signed-off-by: Gerard Snitselaar Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed