]> git.baikalelectronics.ru Git - kernel.git/commit
backlight: fix ot200_bl build
authorRandy Dunlap <rdunlap@xenotime.net>
Fri, 23 Mar 2012 22:02:03 +0000 (15:02 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 23 Mar 2012 23:58:33 +0000 (16:58 -0700)
commit04cc81abfe9281e857c87f504aac7f9505b83f1e
tree05deab6b7d6169dddf0f210744603c0bb119c1ad
parentcd4fb2c13e16e6e65a5854283bf95d0d7cc9aabd
backlight: fix ot200_bl build

Fix build error when GPIO_CS5535 is not enabled:

  drivers/built-in.o: In function `ot200_backlight_probe':
  ot200_bl.c:(.text+0x205bf): undefined reference to `cs5535_gpio_set'
  ot200_bl.c:(.text+0x205d1): undefined reference to `cs5535_gpio_set'

Signed-off-by: Randy Dunlap <rdunlap@xenotime.net>
Cc: Christian Gmeiner <christian.gmeiner@gmail.com>
Cc: Richard Purdie <rpurdie@rpsys.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/video/backlight/Kconfig