diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-11-05 21:13:28 +0100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-11-06 22:30:47 +0100 |
commit | 8d0a6e4da5ecde2022025ee764e4f7e425a53770 (patch) | |
tree | 228fac1032f3afdf4af49a863727c2b130ecc56a /arch | |
parent | [IA64] fix number of bytes zeroed by sys_fw_init() in arch/ia64/hp/sim/boot/f... (diff) | |
download | linux-8d0a6e4da5ecde2022025ee764e4f7e425a53770.tar.xz linux-8d0a6e4da5ecde2022025ee764e4f7e425a53770.zip |
[IA64] Remove duplicate includes from ia32priv.h
Don't need asm/processor.h twice
Signed-off-by: Lucas Woods <woodzy@gmail.com>
Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch')
-rw-r--r-- | arch/ia64/ia32/ia32priv.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/ia32/ia32priv.h b/arch/ia64/ia32/ia32priv.h index 466bbcb138b2..c5c872b250da 100644 --- a/arch/ia64/ia32/ia32priv.h +++ b/arch/ia64/ia32/ia32priv.h @@ -290,7 +290,6 @@ struct old_linux32_dirent { #define _ASM_IA64_ELF_H /* Don't include elf.h */ #include <linux/sched.h> -#include <asm/processor.h> /* * This is used to ensure we don't load something for the wrong architecture. |