aboutsummaryrefslogtreecommitdiffstats
path: root/include/asm-arm
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2007-05-15 11:03:24 +0100
committerRussell King <rmk+kernel@arm.linux.org.uk>2007-07-12 14:27:53 +0100
commitf62c3f2c35874713ebbb6b6a4b9d9c6caaed4f14 (patch)
treecddad98c3e62817e4899e5349ea7b8566f4f5e04 /include/asm-arm
parentLinux 2.6.22 (diff)
downloadlinux-dev-f62c3f2c35874713ebbb6b6a4b9d9c6caaed4f14.tar.xz
linux-dev-f62c3f2c35874713ebbb6b6a4b9d9c6caaed4f14.zip
[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>
Diffstat (limited to 'include/asm-arm')
-rw-r--r--include/asm-arm/arch-pxa/pm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/asm-arm/arch-pxa/pm.h b/include/asm-arm/arch-pxa/pm.h
index 7a8a1cdf430d..52243a62c4e7 100644
--- a/include/asm-arm/arch-pxa/pm.h
+++ b/include/asm-arm/arch-pxa/pm.h
@@ -9,4 +9,3 @@
extern int pxa_pm_prepare(suspend_state_t state);
extern int pxa_pm_enter(suspend_state_t state);
-extern int pxa_pm_finish(suspend_state_t state);