diff options
author | Lucas Woods <woodzy@gmail.com> | 2008-01-30 13:30:32 +0100 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2008-01-30 13:30:32 +0100 |
commit | 201c19948b879ed95ac986bc994af29d7cf4859f (patch) | |
tree | 3471fcedf78013b706a6572994b3215972ceefad /arch/x86/kernel/pci-calgary_64.c | |
parent | 2d2ee8de5f6d26ef2942e0b449aa68d9236d5777 (diff) | |
download | kernel_samsung_tuna-201c19948b879ed95ac986bc994af29d7cf4859f.zip kernel_samsung_tuna-201c19948b879ed95ac986bc994af29d7cf4859f.tar.gz kernel_samsung_tuna-201c19948b879ed95ac986bc994af29d7cf4859f.tar.bz2 |
x86: remove duplicate includes
Signed-off-by: Lucas Woods <woodzy@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/kernel/pci-calgary_64.c')
-rw-r--r-- | arch/x86/kernel/pci-calgary_64.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kernel/pci-calgary_64.c b/arch/x86/kernel/pci-calgary_64.c index 21d7e0f..21f34db 100644 --- a/arch/x86/kernel/pci-calgary_64.c +++ b/arch/x86/kernel/pci-calgary_64.c @@ -30,7 +30,6 @@ #include <linux/spinlock.h> #include <linux/string.h> #include <linux/dma-mapping.h> -#include <linux/init.h> #include <linux/bitops.h> #include <linux/pci_ids.h> #include <linux/pci.h> |