summaryrefslogtreecommitdiff
path: root/kernel
diff options
context:
space:
mode:
authorWilliam Lee Irwin III <wli@holomorphy.com>2002-12-04 17:25:01 -0800
committerGreg Kroah-Hartman <greg@kroah.com>2002-12-04 17:25:01 -0800
commit96f95ab8445aa4bcc87859a2e9c4c7b3b56d87d0 (patch)
tree4952388d4d94b35052db0c91097e2122a16cded1 /kernel
parent10b15f156c462ba296c7aaad695c4636febc4489 (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 'kernel')
-rw-r--r--kernel/sys.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/kernel/sys.c b/kernel/sys.c
index 9e4b66388c29..e8bd2c9f969b 100644
--- a/kernel/sys.c
+++ b/kernel/sys.c
@@ -21,6 +21,7 @@
#include <linux/times.h>
#include <linux/security.h>
#include <linux/dcookies.h>
+#include <linux/suspend.h>
#include <asm/uaccess.h>
#include <asm/io.h>