[ARM] pxa: remove useless pxa_pm_finish() function
authorRussell King <rmk@dyn-67.arm.linux.org.uk>
Tue, 15 May 2007 10:03:24 +0000 (11:03 +0100)
committerRussell King <rmk+kernel@arm.linux.org.uk>
Thu, 12 Jul 2007 13:27:53 +0000 (14:27 +0100)
pxa_pm_finish() does nothing but return zero.  The core code
does nothing with this return value, and will not try to call
the finish method in the pm_ops structure if it is NULL.

Therefore, we can remove this useless function.

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>

No differences found