From: Manuel Lauss Date: Sat, 19 Nov 2011 12:08:10 +0000 (+0100) Subject: spi/gpio: fix section mismatch warning X-Git-Tag: v3.2-rc5~3^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c65b53ba4f9ca4520078bab23099579da3bf0446;p=pandora-kernel.git spi/gpio: fix section mismatch warning Fixes: The function __devinit spi_gpio_probe() references a function __init spi_gpio_alloc.isra.4(). If spi_gpio_alloc.isra.4 is only used by spi_gpio_probe then annotate spi_gpio_alloc.isra.4 with a matching annotation. [wsa: fix spi_gpio_request(), too] Signed-off-by: Manuel Lauss Signed-off-by: Wolfram Sang --- Reading git-diff-tree failed