Hi all, After merging the final tree, today's linux-next build (m68k allmodconfig) failed like this: drivers/leds/leds-tca6507.c:158: error: field 'gpio' has incomplete type drivers/leds/leds-tca6507.c: In function 'tca6507_gpio_set_value': drivers/leds/leds-tca6507.c:534: warning: type defaults to 'int' in declaration of '__mptr' drivers/leds/leds-tca6507.c:534: warning: initialization from incompatible pointer type drivers/leds/leds-tca6507.c: In function 'tca6507_probe': drivers/leds/leds-tca6507.c:618: error: implicit declaration of function 'gpiochip_add' drivers/leds/leds-tca6507.c: In function 'tca6507_remove': drivers/leds/leds-tca6507.c:651: error: implicit declaration of function 'gpiochip_remove' Caused by commit 7a9244d89523 ("leds: add driver for TCA6507 LED controller"). Maybe this driver needs some dependencies ... -- Cheers, Stephen Rothwell sfr@canb.auug.org.au http://www.canb.auug.org.au/~sfr/