diff options
| author | Alexander Viro <viro@math.psu.edu> | 2002-11-10 16:59:37 -0800 |
|---|---|---|
| committer | Andy Grover <agrover@groveronline.com> | 2002-11-10 16:59:37 -0800 |
| commit | eecdce9c4d0d7eb474de951e4cd1506dda248e81 (patch) | |
| tree | bbc0007046563b8842077b5ba90afb65f099c233 /include/linux/suspend.h | |
| parent | 36301ff06a8038c3c892a8fde00c08c0ea72e5dc (diff) | |
[PATCH] late-boot cleanups
RAID autoconfig rewritten to use syscalls and moved into do_mounts.c;
use of devfs_get_handle() in do_mounts.c also rewritten in syscalls.
Diffstat (limited to 'include/linux/suspend.h')
| -rw-r--r-- | include/linux/suspend.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index 3153f1fb17ee..a481f80034fa 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h @@ -72,7 +72,9 @@ extern void do_magic_suspend_2(void); extern void do_suspend_lowlevel(int resume); #else -#define software_suspend() do { } while(0) +static inline void software_suspend(void) +{ +} #define software_resume() do { } while(0) #define register_suspend_notifier(a) do { } while(0) #define unregister_suspend_notifier(a) do { } while(0) |
