diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-10-17 02:26:23 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-10-17 11:42:48 -0400 |
commit | a9022e9cb9e919e31d5bc15fcef5c7186740645e (patch) | |
tree | 48aea98aec8d9822155b2054bc60f9142f478769 /kernel/kexec.c | |
parent | ea0b7d5da0024df1c6f2c2139dbeb4fd260baac6 (diff) |
Clean up duplicate includes in kernel/
This patch cleans up duplicate includes in
kernel/
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Acked-by: Paul E. McKenney <paulmck@linux.vnet.ibm.com>
Reviewed-by: Satyam Sharma <ssatyam@cse.iitk.ac.in>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'kernel/kexec.c')
-rw-r--r-- | kernel/kexec.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/kernel/kexec.c b/kernel/kexec.c index 25db14b89e82..d8de12e943cf 100644 --- a/kernel/kexec.c +++ b/kernel/kexec.c | |||
@@ -17,7 +17,6 @@ | |||
17 | #include <linux/highmem.h> | 17 | #include <linux/highmem.h> |
18 | #include <linux/syscalls.h> | 18 | #include <linux/syscalls.h> |
19 | #include <linux/reboot.h> | 19 | #include <linux/reboot.h> |
20 | #include <linux/syscalls.h> | ||
21 | #include <linux/ioport.h> | 20 | #include <linux/ioport.h> |
22 | #include <linux/hardirq.h> | 21 | #include <linux/hardirq.h> |
23 | #include <linux/elf.h> | 22 | #include <linux/elf.h> |