diff options
| author | William Lee Irwin III <wli@holomorphy.com> | 2002-12-04 17:25:01 -0800 |
|---|---|---|
| committer | Greg Kroah-Hartman <greg@kroah.com> | 2002-12-04 17:25:01 -0800 |
| commit | 96f95ab8445aa4bcc87859a2e9c4c7b3b56d87d0 (patch) | |
| tree | 4952388d4d94b35052db0c91097e2122a16cded1 /include/linux | |
| parent | 10b15f156c462ba296c7aaad695c4636febc4489 (diff) | |
[PATCH] fix duplicate decls in swsusp
Remove the reboot.h declaration of swsusp functions that clash
with the no-op inline.
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/reboot.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/reboot.h b/include/linux/reboot.h index 4c8b4276c957..5608cfedf709 100644 --- a/include/linux/reboot.h +++ b/include/linux/reboot.h @@ -48,13 +48,6 @@ extern void machine_restart(char *cmd); extern void machine_halt(void); extern void machine_power_off(void); -/* - * Architecture-independent suspend facility - */ - -extern void software_suspend(void); -extern unsigned char software_suspend_enabled; - #endif #endif /* _LINUX_REBOOT_H */ |
