]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commitf62c3f2c35874713ebbb6b6a4b9d9c6caaed4f14
treecddad98c3e62817e4899e5349ea7b8566f4f5e04
parent7dcca30a32aadb0520417521b0c44f42d09fe05c
[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