Commit 5a16a592 authored by Patrick Mochel's avatar Patrick Mochel

[power] Fix compilation when CONFIG_PM=n

parent 4a1d5133
......@@ -90,7 +90,7 @@ extern int pm_prepare_console(void);
extern void pm_restore_console(void);
#else
static inline void refrigerator(unsigned long)
static inline void refrigerator(unsigned long flag)
{
}
......
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