Subject: [to-be-updated] input-route-kbd-leds-through-the-generic-leds-layer-fix-fix-fix.patch removed from -mm tree To: samuel.thibault@xxxxxxxxxxxx,blogic@xxxxxxxxxxx,dmitry.torokhov@xxxxxxxxx,ralf@xxxxxxxxxxxxxx,mm-commits@xxxxxxxxxxxxxxx From: akpm@xxxxxxxxxxxxxxxxxxxx Date: Mon, 04 Nov 2013 12:20:55 -0800 The patch titled Subject: input-route-kbd-leds-through-the-generic-leds-layer-fix-fix-fix has been removed from the -mm tree. Its filename was input-route-kbd-leds-through-the-generic-leds-layer-fix-fix-fix.patch This patch was dropped because an updated version will be merged ------------------------------------------------------ From: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Subject: input-route-kbd-leds-through-the-generic-leds-layer-fix-fix-fix Export input led symbols for input core module. Signed-off-by: Samuel Thibault <samuel.thibault@xxxxxxxxxxxx> Cc: Dmitry Torokhov <dmitry.torokhov@xxxxxxxxx> Cc: John Crispin <blogic@xxxxxxxxxxx> Cc: Ralf Baechle <ralf@xxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/input/leds.c | 2 ++ 1 file changed, 2 insertions(+) diff -puN drivers/input/leds.c~input-route-kbd-leds-through-the-generic-leds-layer-fix-fix-fix drivers/input/leds.c --- a/drivers/input/leds.c~input-route-kbd-leds-through-the-generic-leds-layer-fix-fix-fix +++ a/drivers/input/leds.c @@ -210,6 +210,7 @@ err: input_led_delete(dev); return error; } +EXPORT_SYMBOL_GPL(input_led_connect); /* Disconnected input device. Clean it, and deregister now-useless VT LEDs * and triggers. */ @@ -241,6 +242,7 @@ extern void input_led_disconnect(struct } mutex_unlock(&vt_led_registered_lock); } +EXPORT_SYMBOL_GPL(input_led_disconnect); MODULE_LICENSE("GPL"); MODULE_DESCRIPTION("User LED support for input layer"); _ Patches currently in -mm which might be from samuel.thibault@xxxxxxxxxxxx are input-route-kbd-leds-through-the-generic-leds-layer.patch input-route-kbd-leds-through-the-generic-leds-layer-fix.patch linux-next.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