Searched hist:"33 ca15325ff371be7f20be7534f5aa5b6a00b558" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/leds/ |
H A D | leds-tca6507.c | diff 33ca15325ff371be7f20be7534f5aa5b6a00b558 Sun Dec 08 22:41:37 CST 2013 Chen Gang <gang.chen.5i5j@gmail.com> drivers: leds: leds-tca6507: check CONFIG_GPIOLIB whether defined for 'gpio_base'
Need check CONFIG_GPIOLIB whether defined, just like another area has done within this file. Or can not pass compiling when CONFIG_GPIOLIB disabled.
The related error (with allmodconfig for metag):
CC [M] drivers/leds/leds-tca6507.o drivers/leds/leds-tca6507.c: In function 'tca6507_led_dt_init': drivers/leds/leds-tca6507.c:731: error: 'struct tca6507_platform_data' has no member named 'gpio_base'
Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com> Signed-off-by: Bryan Wu <cooloney@gmail.com>
|