commit | cfab57e0e44631b1369e05efa54031b993511c2f | [log] [tgz] |
---|---|---|
author | Stefan Schmidt <stefan@datenfreihafen.org> | Tue Feb 16 22:41:52 2010 +0100 |
committer | Eric Miao <eric.y.miao@gmail.com> | Tue Mar 02 07:40:52 2010 +0800 |
tree | 3c3ab1d889748c11bf212fba3fa5656c901deade | |
parent | 1f3b536be7bfb3930cf7dc6d995d82877f25d6cf [diff] |
[ARM] pxa: enable check_scoop_reg() only if CONFIG_PM is set. This function gets only called from scoop_suspend() and scoop_resume() which are only built in if we have CONFIG_PM set. Make it the same for check_scoop_reg(). This fixes the following warning: arch/arm/common/scoop.c:143: warning: ‘check_scoop_reg’ defined but not used Signed-off-by: Stefan Schmidt <stefan@datenfreihafen.org> Signed-off-by: Eric Miao <eric.y.miao@gmail.com>