Commit 63ee8443 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] export device_suspend() and device_resume()

apm.c (at least) needs these.
parent b3535b93
......@@ -150,4 +150,4 @@ void device_resume(u32 level)
printk("%s is deprecated. Called from:\n",__FUNCTION__);
dump_stack();
}
EXPORT_SYMBOL(device_resume);
......@@ -232,4 +232,4 @@ int device_suspend(u32 state, u32 level)
dump_stack();
return -EFAULT;
}
EXPORT_SYMBOL(device_suspend);
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