From: Aaron Lu Date: Fri, 11 Oct 2013 13:27:43 +0000 (+0800) Subject: backlight: introduce backlight_device_registered X-Git-Tag: v3.13-rc1~96^2~20^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5915a3db0c3983f1cd5e046bf70086c7d0c686d2;p=pandora-kernel.git backlight: introduce backlight_device_registered Introduce a new API for modules to query if a specific type of backlight device has been registered. This is useful for some backlight device provider module (e.g. ACPI video) to know if a native control interface(e.g. the interface created by i915) is available and then do things accordingly (e.g. avoid registering its own on Win8 systems). Signed-off-by: Aaron Lu Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed