diff options
author | Lucas Woods <woodzy@gmail.com> | 2007-11-05 15:13:28 -0500 |
---|---|---|
committer | Tony Luck <tony.luck@intel.com> | 2007-11-06 16:30:47 -0500 |
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 { | |||
290 | #define _ASM_IA64_ELF_H /* Don't include elf.h */ | 290 | #define _ASM_IA64_ELF_H /* Don't include elf.h */ |
291 | 291 | ||
292 | #include <linux/sched.h> | 292 | #include <linux/sched.h> |
293 | #include <asm/processor.h> | ||
294 | 293 | ||
295 | /* | 294 | /* |
296 | * This is used to ensure we don't load something for the wrong architecture. | 295 | * This is used to ensure we don't load something for the wrong architecture. |