aboutsummaryrefslogtreecommitdiff
path: root/drivers/leds/Kconfig
diff options
context:
space:
mode:
authorZhenwen Xu <helight.xu@gmail.com>2009-06-10 12:48:51 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2009-06-23 20:20:11 +0100
commit7fd02170e25b3b60fc21cd7b64bf1ed42e6a7cbe (patch)
tree9a4f0c8187f702027dc79f073df6f01ebb91bafe /drivers/leds/Kconfig
parent8792f7cf4368f9bc337eee65851d8e7abbbf946c (diff)
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 <helight.xu@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'drivers/leds/Kconfig')
0 files changed, 0 insertions, 0 deletions