From: Russell King Date: Tue, 15 May 2007 10:03:24 +0000 (+0100) Subject: [ARM] pxa: remove useless pxa_pm_finish() function X-Git-Tag: v2.6.23-rc1~1101^2^8~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f62c3f2c35874713ebbb6b6a4b9d9c6caaed4f14;p=pandora-kernel.git [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 --- Reading git-diff-tree failed