diff options
author | Jesper Juhl <jesper.juhl@gmail.com> | 2007-07-30 00:28:42 +0200 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-07-30 16:28:59 -0700 |
commit | 1b30859b8d42b3161954a81da7f96055a4617220 (patch) | |
tree | aba815995e3ef22ff309e2c1261ba42b161acea5 /arch/ia64/kernel/setup.c | |
parent | 8a2d8693054a6cd86cc959576322b30e66e31208 (diff) | |
download | kernel_samsung_smdk4412-1b30859b8d42b3161954a81da7f96055a4617220.zip kernel_samsung_smdk4412-1b30859b8d42b3161954a81da7f96055a4617220.tar.gz kernel_samsung_smdk4412-1b30859b8d42b3161954a81da7f96055a4617220.tar.bz2 |
[IA64] Remove a few duplicate includes
This patch removes a few duplicate includes from arch/ia64/
Acked-by: Jes Sorensen <jes@sgi.com>
Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/kernel/setup.c')
-rw-r--r-- | arch/ia64/kernel/setup.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/kernel/setup.c b/arch/ia64/kernel/setup.c index 7cecd29..cd9a37a 100644 --- a/arch/ia64/kernel/setup.c +++ b/arch/ia64/kernel/setup.c @@ -60,7 +60,6 @@ #include <asm/smp.h> #include <asm/system.h> #include <asm/unistd.h> -#include <asm/system.h> #if defined(CONFIG_SMP) && (IA64_CPU_SIZE > PAGE_SIZE) # error "struct cpuinfo_ia64 too big!" |