]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
drivers/video/backlight/apple_bl.c: include header for exported symbol prototypes
authorH Hartley Sweeten <hartleys@visionengravers.com>
Tue, 29 May 2012 22:07:14 +0000 (15:07 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 29 May 2012 23:22:29 +0000 (16:22 -0700)
commit1615d210dbc9c67c38b66bcff53233452dbaae22
tree06974bb5bef5fc3ac6e9c46ac47bcae4e2bbb363
parentd54ad83f3d56228a42e1021b97fc52bfbad7d560
drivers/video/backlight/apple_bl.c: include header for exported symbol prototypes

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 <hsweeten@visionengravers.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Florian Tobias Schandinat <FlorianSchandinat@gmx.de>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/apple_bl.c
include/linux/apple_bl.h