diff options
| author | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-08 21:30:30 -0700 |
|---|---|---|
| committer | Linus Torvalds <torvalds@home.transmeta.com> | 2002-06-08 21:30:30 -0700 |
| commit | 71e3ff68a75ab9dc6276fe0e519938003007ad8e (patch) | |
| tree | 8744fd2ff0cafedfb02d85d38e4809097ffefdc1 /include/linux | |
| parent | dce2f963e28e62f2e961d13d41015059a226acee (diff) | |
fix up fall-out from header cleanups
Diffstat (limited to 'include/linux')
| -rw-r--r-- | include/linux/suspend.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/suspend.h b/include/linux/suspend.h index c73dc5655a24..f63d72634a07 100644 --- a/include/linux/suspend.h +++ b/include/linux/suspend.h @@ -7,6 +7,7 @@ #include <linux/swap.h> #include <linux/notifier.h> #include <linux/config.h> +#include <linux/init.h> extern unsigned char software_suspend_enabled; |
