diff options
author | Aaron Lu <aaron.lu@intel.com> | 2016-04-27 20:45:02 +0800 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2016-05-04 23:41:14 +0200 |
commit | f6a4790a5471d7cba406d87f6b41323f40bb93d2 (patch) | |
tree | 45f03e6a19e3db9aeddeab3fb1409c421a70acb3 | |
parent | 04974df8049fc4240d22759a91e035082ccd18b4 (diff) |
video / backlight: add two APIs for drivers to use
It is useful to get the backlight device's pointer and use it to set
backlight in some cases(the following patch will make use of it) so add
the two APIs and export them.
Signed-off-by: Aaron Lu <aaron.lu@intel.com>
Acked-by: Jingoo Han <jg1.han@samsung.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>