summaryrefslogtreecommitdiff
path: root/arch/x86/platform/olpc
diff options
context:
space:
mode:
authorDaniel Drake <dsd@laptop.org>2011-07-24 17:33:21 (GMT)
committerIngo Molnar <mingo@elte.hu>2011-07-24 18:14:44 (GMT)
commitd8d01a6378db6e3eeb8777a8769c69e455635dc3 (patch)
tree0c707e12831c773dfc85b715ef02844ae9497dec /arch/x86/platform/olpc
parenta0f30f592d2d81e28f3ed7fea7f03246b0d55b75 (diff)
downloadlinux-d8d01a6378db6e3eeb8777a8769c69e455635dc3.tar.xz
x86, olpc: Fix dependency on POWER_SUPPLY
As reported by Randy Dunlap, CONFIG_POWER_SUPPLY=m caused a compile error: arch/x86/built-in.o: In function `battery_status_changed': olpc-xo15-sci.c:(.text+0x3acdd): undefined reference to `power_supply_get_by_name' olpc-xo15-sci.c:(.text+0x3ad04): undefined reference to `power_supply_changed' The SCI drivers, as bool, require POWER_SUPPLY to be builtin. Use select to make that a hard requirement and avoid this build failure. Reported-by: Randy Dunlap <rdunlap@xenotime.net> Acked-by: Randy Dunlap <rdunlap@xenotime.net> Signed-off-by: Daniel Drake <dsd@laptop.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'arch/x86/platform/olpc')
0 files changed, 0 insertions, 0 deletions