Commit 130b9fde authored by Pavel Machek's avatar Pavel Machek Committed by Linus Torvalds

[PATCH] swsusp: fix types

This fixes types so that sparse has less stuff to complain about.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent ce3bdd86
......@@ -43,7 +43,7 @@ char resume_file[256] = CONFIG_PM_STD_PARTITION;
* there ain't no turning back.
*/
static void power_down(u32 mode)
static void power_down(suspend_disk_method_t mode)
{
unsigned long flags;
int error = 0;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment