]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] swsusp: kill unneccessary does_collide_order
authorPavel Machek <pavel@ucw.cz>
Sat, 25 Jun 2005 21:55:12 +0000 (14:55 -0700)
committerLinus Torvalds <torvalds@ppc970.osdl.org>
Sat, 25 Jun 2005 23:24:33 +0000 (16:24 -0700)
commit0c7057d632752487176f89b117345586327941bf
treea24e77d4082b807c784073d266f2a34b3ff5d663
parent0203f7cd73151c2ad7fc1211d2f27c65d0d7aa43
[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 <rjw@sisk.pl>
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
kernel/power/swsusp.c