Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 166288
Collapse All | Expand All

(-)acpi4asus-0.32/driver/asus_acpi.c (-1 / +1 lines)
Lines 2092-2098 static int __init asus_acpi_init(void) Link Here
2092
	}
2092
	}
2093
2093
2094
#ifdef CONFIG_ACPI_ASUS_NEW_BACKLIGHT
2094
#ifdef CONFIG_ACPI_ASUS_NEW_BACKLIGHT
2095
	bd = backlight_device_register ("asus", NULL, &asusbl_data);
2095
	bd = backlight_device_register ("asus", NULL, NULL, &asusbl_data);
2096
2096
2097
	if (IS_ERR (bd)) {
2097
	if (IS_ERR (bd)) {
2098
		printk(KERN_ERR "Could not register asus backlight device\n");
2098
		printk(KERN_ERR "Could not register asus backlight device\n");

Return to bug 166288