From: Russell King Date: Fri, 27 May 2011 20:56:12 +0000 (-0700) Subject: GPIO: OMAP: fix section mismatch warnings X-Git-Tag: v3.0-rc3~34^2^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d52b31deffe1956ac62d0b81b915c9b52cffb814;p=pandora-kernel.git GPIO: OMAP: fix section mismatch warnings WARNING: arch/arm/plat-omap/built-in.o(.devinit.text+0x46c): Section mismatch in reference from the function omap_gpio_probe() to the function .init.text:omap_gpio_chip_init() The function __devinit omap_gpio_probe() references a function __init omap_gpio_chip_init(). If omap_gpio_chip_init is only used by omap_gpio_probe then annotate omap_gpio_chip_init with a matching annotation. Signed-off-by: Russell King Signed-off-by: Kevin Hilman --- Reading git-diff-tree failed