30 May, 2012
1 commit
-
Include the header to pickup the exported symbol prototype.
Quiets the sparse warning:
warning: symbol 'apple_bl_register' was not declared. Should it be static?
warning: symbol 'apple_bl_unregister' was not declared. Should it be static?[akpm@linux-foundation.org: fix resulting build error]
Signed-off-by: H Hartley Sweeten
Cc: Richard Purdie
Signed-off-by: Florian Tobias Schandinat
Signed-off-by: Andrew Morton
Signed-off-by: Linus Torvalds
22 Mar, 2012
1 commit
-
Add functions to allow other modules to enable or disable apple_bl. This
will be used by the gmux driver to disable apple_bl when the gmux is
present, as it is a better and more reliable option for brightness
control.Signed-off-by: Seth Forshee
Signed-off-by: Matthew Garrett