From: Pavel Machek Date: Sat, 25 Jun 2005 21:55:12 +0000 (-0700) Subject: [PATCH] swsusp: kill unneccessary does_collide_order X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=8f9bdf15c059c5d84db9c395705bf79b30762420;p=mv-sheeva.git [PATCH] swsusp: kill unneccessary does_collide_order The following patch removes the unnecessary function does_collide_order(). This function is no longer necessary, as currently there are only 0-order allocations in swsusp, and the use of it is confusing. Signed-off-by: Rafael J. Wysocki Signed-off-by: Pavel Machek Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/kernel/power/swsusp.c b/kernel/power/swsusp.c index 339b5c3735b..7747a8c43e8 100644 --- a/kernel/power/swsusp.c +++ b/kernel/power/swsusp.c @@ -929,21 +929,6 @@ int swsusp_resume(void) return error; } -/* More restore stuff */ - -/* - * Returns true if given address/order collides with any orig_address - */ -static int does_collide_order(unsigned long addr, int order) -{ - int i; - - for (i=0; i < (1<