ARM: at91: pm: change at91_pm_set_standby() to static
authorWenyou Yang <wenyou.yang@atmel.com>
Wed, 4 Mar 2015 01:44:45 +0000 (09:44 +0800)
committerNicolas Ferre <nicolas.ferre@atmel.com>
Thu, 12 Mar 2015 14:30:38 +0000 (15:30 +0100)
commit047794e13632f177e864eba6160cecfbf3875cbe
treea67b81f6a33ba17670d20d563096721cc6da9351
parent936748fd34be484c8638a8547b4ca85afdfdf3a6
ARM: at91: pm: change at91_pm_set_standby() to static

Since at91_pm_set_standby() will not be used out of the pm.c file,
change its attribute from extern to static, remove its declaration as well.

Signed-off-by: Wenyou Yang <wenyou.yang@atmel.com>
Acked-by: Alexandre Belloni <alexandre.belloni@free-electrons.com>
Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com>
arch/arm/mach-at91/pm.c
arch/arm/mach-at91/pm.h