diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-11-06 07:13:28 +1100 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-11-06 13:30:47 -0800 |
commit | 8d0a6e4da5ecde2022025ee764e4f7e425a53770 (patch) | |
tree | 228fac1032f3afdf4af49a863727c2b130ecc56a /arch/ia64 | |
parent | b17de3619553d004be3fe3c58bf6a63cbec3303b (diff) |
[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/ia64')
-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. |