aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/pmu.h
diff options
context:
space:
mode:
authorGuido Guenther <agx@sigxcpu.org>2008-03-09 06:20:17 +1100
committerPaul Mackerras <paulus@samba.org>2008-03-13 10:09:27 +1100
commit620a245978d007279bc5c7c64e15f5f63af9af98 (patch)
tree0f5cebd2cb73c779b9c97c172789114f3152fa53 /include/linux/pmu.h
parent[POWERPC] Fix sleep on some powerbooks (diff)
downloadlinux-dev-620a245978d007279bc5c7c64e15f5f63af9af98.tar.xz
linux-dev-620a245978d007279bc5c7c64e15f5f63af9af98.zip
[POWERPC] Fix build of modular drivers/macintosh/apm_emu.c
Currently, if drivers/macintosh/apm_emu is a module and the config doesn't have CONFIG_SUSPEND we get: ERROR: "pmu_batteries" [drivers/macintosh/apm_emu.ko] undefined! ERROR: "pmu_battery_count" [drivers/macintosh/apm_emu.ko] undefined! ERROR: "pmu_power_flags" [drivers/macintosh/apm_emu.ko] undefined! on PPC32. The variables aren't wrapped in '#if defined(CONFIG_SUSPEND)' so we probably shouldn't wrap the exports either. This removes the CONFIG_SUSPEND part of the export, which fixes compilation on ppc32. Signed-off-by: Guido Guenther <agx@sigxcpu.org> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'include/linux/pmu.h')
0 files changed, 0 insertions, 0 deletions