The patch titled Fix compilation of via-pmu-backlight has been removed from the -mm tree. Its filename was fix-compilation-of-via-pmu-backlight.patch This patch was dropped because it was merged into mainline or a subsystem tree ------------------------------------------------------ Subject: Fix compilation of via-pmu-backlight From: Andreas Schwab <schwab@xxxxxxx> Signed-off-by: Andreas Schwab <schwab@xxxxxxx> Cc: "Yu, Luming" <luming.yu@xxxxxxxxx> Cc: Benjamin Herrenschmidt <benh@xxxxxxxxxxxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxx> --- drivers/macintosh/via-pmu-backlight.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff -puN drivers/macintosh/via-pmu-backlight.c~fix-compilation-of-via-pmu-backlight drivers/macintosh/via-pmu-backlight.c --- a/drivers/macintosh/via-pmu-backlight.c~fix-compilation-of-via-pmu-backlight +++ a/drivers/macintosh/via-pmu-backlight.c @@ -147,7 +147,7 @@ void __init pmu_backlight_init() snprintf(name, sizeof(name), "pmubl"); - bd = backlight_device_register(name, NULL, &pmu_backlight_data); + bd = backlight_device_register(name, NULL, NULL, &pmu_backlight_data); if (IS_ERR(bd)) { printk("pmubl: Backlight registration failed\n"); goto error; _ Patches currently in -mm which might be from schwab@xxxxxxx are - 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