From: Zhenwen Xu Date: Wed, 10 Jun 2009 19:48:51 +0000 (-0700) Subject: leds: leds-gpio - fix a section mismatch X-Git-Tag: v2.6.31-rc2~79^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7fd02170e25b3b60fc21cd7b64bf1ed42e6a7cbe;p=pandora-kernel.git leds: leds-gpio - fix a section mismatch WARNING: drivers/leds/leds-gpio.o(.text+0x153): Section mismatch in reference from the function gpio_led_probe() to the function .devinit.text:create_gpio_led() The function gpio_led_probe() references the function __devinit create_gpio_led(). This is often because gpio_led_probe lacks a __devinit annotation or the annotation of create_gpio_led is wrong. Signed-off-by: Zhenwen Xu Signed-off-by: Andrew Morton Signed-off-by: Richard Purdie --- Reading git-diff-tree failed