From: Matthew Garrett Date: Mon, 28 Mar 2011 12:46:02 +0000 (+0000) Subject: acpi: Remove sysfs_create_link from video driver X-Git-Tag: v2.6.39-rc1~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445aef374594207b278477dfd98fc5d1498d353a;p=pandora-kernel.git acpi: Remove sysfs_create_link from video driver The acpi video driver attempts to explicitly create a sysfs link between the acpi device and the associated PCI device. However, we're now also doing this from the backlight core, which means that we get a backtrace caused by a duplicate file. Remove the code and leave it up to the backlight core. Reported-by: Jeff Chua Signed-off-by: Matthew Garrett Acked-by: Rafael J. Wysocki Tested-by: Alessandro Suardi Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed