]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - drivers/macintosh/via-pmu-backlight.c
[PATCH] SPI: Freescale iMX SPI controller driver (BIS+)
[linux-2.6-omap-h63xx.git] / drivers / macintosh / via-pmu-backlight.c
index 6c29fe727c0f4ea7ee30d1daac58dc5efc309fc6..801a974342f919bc6d2e515f7e58919351cf6c77 100644 (file)
@@ -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;