diff options
| -rw-r--r-- | arch/x86_64/kernel/suspend.c | 17 |
1 files changed, 1 insertions, 16 deletions
diff --git a/arch/x86_64/kernel/suspend.c b/arch/x86_64/kernel/suspend.c index 0612640d91b1..ebb9abf3ce6d 100644 --- a/arch/x86_64/kernel/suspend.c +++ b/arch/x86_64/kernel/suspend.c | |||
| @@ -8,23 +8,8 @@ | |||
| 8 | */ | 8 | */ |
| 9 | 9 | ||
| 10 | #include <linux/config.h> | 10 | #include <linux/config.h> |
| 11 | #include <linux/kernel.h> | 11 | #include <linux/smp.h> |
| 12 | #include <linux/module.h> | ||
| 13 | #include <linux/init.h> | ||
| 14 | #include <linux/types.h> | ||
| 15 | #include <linux/spinlock.h> | ||
| 16 | #include <linux/poll.h> | ||
| 17 | #include <linux/delay.h> | ||
| 18 | #include <linux/sysrq.h> | ||
| 19 | #include <linux/proc_fs.h> | ||
| 20 | #include <linux/irq.h> | ||
| 21 | #include <linux/pm.h> | ||
| 22 | #include <linux/device.h> | ||
| 23 | #include <linux/suspend.h> | 12 | #include <linux/suspend.h> |
| 24 | #include <asm/uaccess.h> | ||
| 25 | #include <asm/acpi.h> | ||
| 26 | #include <asm/tlbflush.h> | ||
| 27 | #include <asm/io.h> | ||
| 28 | #include <asm/proto.h> | 13 | #include <asm/proto.h> |
| 29 | 14 | ||
| 30 | struct saved_context saved_context; | 15 | struct saved_context saved_context; |
