The patch titled leds: fix pca9532 build when GPIOLIB is disabled has been removed from the -mm tree. Its filename was drivers-leds-leds-pca9532c-add-gpio-capability-fix.patch This patch was dropped because it was folded into drivers-leds-leds-pca9532c-add-gpio-capability.patch The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: leds: fix pca9532 build when GPIOLIB is disabled From: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Fix build when GPIOLIB is not enabled: drivers/leds/leds-pca9532.c:39: error: field 'gpio' has incomplete type for: drivers-leds-leds-pca9532c-add-gpio-capability.patch Signed-off-by: Randy Dunlap <randy.dunlap@xxxxxxxxxx> Cc: Joachim Eastwood <manabian@xxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/leds/leds-pca9532.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/leds/leds-pca9532.c~drivers-leds-leds-pca9532c-add-gpio-capability-fix drivers/leds/leds-pca9532.c --- a/drivers/leds/leds-pca9532.c~drivers-leds-leds-pca9532c-add-gpio-capability-fix +++ a/drivers/leds/leds-pca9532.c @@ -36,7 +36,9 @@ struct pca9532_data { struct mutex update_lock; struct input_dev *idev; struct work_struct work; +#ifdef CONFIG_LEDS_PCA9532_GPIO struct gpio_chip gpio; +#endif u8 pwm[2]; u8 psc[2]; }; _ Patches currently in -mm which might be from randy.dunlap@xxxxxxxxxx are linux-next.patch drivers-staging-olpc_dcon-olpc_dcon_xo_1c-needs-delayh.patch drivers-leds-leds-pca9532c-add-gpio-capability.patch leds-route-kbd-leds-through-the-generic-leds-layer.patch drivers-scsi-megaraidc-fix-sparse-warnings.patch mutex-subsystem-synchro-test-module.patch mutex-subsystem-synchro-test-module-fix.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html