]> git.neil.brown.name Git - history.git/commitdiff
[power] Fix compilation when CONFIG_PM=n
authorPatrick Mochel <mochel@osdl.org>
Tue, 5 Aug 2003 02:53:03 +0000 (19:53 -0700)
committerPatrick Mochel <mochel@osdl.org>
Tue, 5 Aug 2003 02:53:03 +0000 (19:53 -0700)
include/linux/suspend.h

index 03340682a466c6bcba0a929dcd89bf5b46ef8789..af0143331c9475d84a87361c1b1cbe4ad8bebe4c 100644 (file)
@@ -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)
 {
 
 }