From: Len Brown Date: Fri, 1 Apr 2011 19:28:09 +0000 (-0400) Subject: x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands it X-Git-Tag: v3.0-rc1~13^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=06ae40ce073daf233607a3c54a489f2c1e44683e;p=pandora-kernel.git x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM demands it In the long run, we don't want default_idle() or (pm_idle)() to be exported outside of process.c. Start by not exporting them to modules, unless the APM build demands it. cc: x86@kernel.org cc: Jiri Kosina Signed-off-by: Len Brown --- Reading git-diff-tree failed