commit | 7093bf2b7195541281cb711e31c027a8d826c6df | [log] [tgz] |
---|---|---|
author | Brent Taylor <motobud@gmail.com> | Sun Nov 24 12:02:35 2013 -0600 |
committer | Nicolas Ferre <nicolas.ferre@atmel.com> | Mon Dec 02 14:24:40 2013 +0100 |
tree | 4ac74cc6c1ec12007c86878fb77e5166f55630fe | |
parent | d2607c3b78701fed52ba1bb953562da6702b2001 [diff] |
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 <motobud@gmail.com> Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>