From: Brent Taylor Date: Sun, 24 Nov 2013 18:02:35 +0000 (-0600) Subject: ARM: at91: fixed unresolved symbol "at91_pm_set_standby" when built without CONFIG_PM X-Git-Tag: v3.13-rc3~16^2~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7093bf2b7195541281cb711e31c027a8d826c6df;p=pandora-kernel.git ARM: at91: fixed unresolved symbol "at91_pm_set_standby" when built without CONFIG_PM If CONFIG_PM is not defined, then arch/arm/mach-at91/pm.c is not compiled in. This patch creates an inline function that does nothing if CONFIG_PM is not defined. Signed-off-by: Brent Taylor Signed-off-by: Nicolas Ferre --- Reading git-diff-tree failed