]> git.baikalelectronics.ru Git - kernel.git/commit
[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)
commit525b818b7c2c7c294ddb2484e3df3169f7cef66b
treecddad98c3e62817e4899e5349ea7b8566f4f5e04
parentb95638200d2829c5d77f0c233c981c15246e2b88
[ARM] pxa: remove useless pxa_pm_finish() function

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>
arch/arm/common/sharpsl_pm.c
arch/arm/mach-pxa/pm.c
include/asm-arm/arch-pxa/pm.h