[ARM] pxa: Fix PXA27x suspend type validation, remove pxa_pm_prepare()
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 15 May 2007 10:22:48 +0000 (11:22 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jul 2007 13:28:06 +0000 (14:28 +0100)
commit88dfe98c688e1700a4a9f73f8b7d570f4f52170d
treeb6810766664731716c24138ac8a1c247602b77d8
parente176bb05fec4c00450302a75e81f8da3dc9e309e
[ARM] pxa: Fix PXA27x suspend type validation, remove pxa_pm_prepare()

pxa_pm_prepare() tried to validate the suspend method type.  As
noted in previous commits:
eb9289eb20df6b54214c45ac7c6bf5179a149026
9c372d06ce9ddf65e1393f9ea22a6d6bd5f96b42
e8c9c502690efd24b7055bf608e7a3c34216848b

the checking of the suspend type in the 'prepare' method is the
wrong place to do this; use the 'valid' method instead.  This
means that pxa_pm_prepare() can be entirely removed.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
arch/arm/common/sharpsl_pm.c
arch/arm/mach-pxa/pxa25x.c
arch/arm/mach-pxa/pxa27x.c