From: Ike Panhc Date: Fri, 22 Feb 2013 08:48:40 +0000 (+0800) Subject: ideapad: depends on backlight subsystem and update comment X-Git-Tag: v3.9-rc1~13^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=16fd91e06291c964111587db15646308110c5634;p=pandora-kernel.git ideapad: depends on backlight subsystem and update comment I've got a report of build failure on ideapad-laptop, which shows drivers/built-in.o: In function `ideapad_acpi_notify': ideapad-laptop.c:(.text+0x63876a): undefined reference to `backlight_force_update' drivers/built-in.o: In function `ideapad_acpi_remove': ideapad-laptop.c:(.devexit.text+0x64a7): undefined reference to `backlight_device_unregister' drivers/built-in.o: In function `ideapad_acpi_add': ideapad-laptop.c:(.devinit.text+0x45e28): undefined reference to `backlight_device_register' To select backlight subsystem can prevent this error from happening. Also update comment for this driver. Reported-by: Fengguang Wu Signed-off-by: Ike Panhc Signed-off-by: Matthew Garrett --- Reading git-diff-tree failed