Skip to content
Commit 7093bf2b authored by Brent Taylor's avatar Brent Taylor Committed by Nicolas Ferre
Browse files

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: default avatarBrent Taylor <motobud@gmail.com>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
parent d2607c3b
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment