[ARM] pxa: enable check_scoop_reg() only if CONFIG_PM is set.
authorStefan Schmidt <stefan@datenfreihafen.org>
Tue, 16 Feb 2010 21:41:52 +0000 (22:41 +0100)
committerEric Miao <eric.y.miao@gmail.com>
Mon, 1 Mar 2010 23:40:52 +0000 (07:40 +0800)
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>

No differences found