summaryrefslogtreecommitdiffstats
path: root/arch/ia64/ia32
diff options
context:
space:
mode:
authorKumar Gala2005-08-24 18:53:00 +0200
committerTony Luck2005-08-24 22:23:30 +0200
commita877bd36f7584fd7e4729099348cfc9190ba00aa (patch)
tree24e8946ece51b37d54c6a76146d6523eef6c34d8 /arch/ia64/ia32
parentLinux v2.6.13-rc7 (diff)
downloadkernel-qcow2-linux-a877bd36f7584fd7e4729099348cfc9190ba00aa.tar.gz
kernel-qcow2-linux-a877bd36f7584fd7e4729099348cfc9190ba00aa.tar.xz
kernel-qcow2-linux-a877bd36f7584fd7e4729099348cfc9190ba00aa.zip
[IA64] remove use of asm/segment.h
Removed IA64 architecture specific users of asm/segment.h The removal of asm-ia64/segment.h itself can wait until all of the kernel source has been purged of references. Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Tony Luck <tony.luck@intel.com>
Diffstat (limited to 'arch/ia64/ia32')
-rw-r--r--arch/ia64/ia32/ia32_signal.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/ia64/ia32/ia32_signal.c b/arch/ia64/ia32/ia32_signal.c
index ebb89be2aa2d..aa891c9bc9b6 100644
--- a/arch/ia64/ia32/ia32_signal.c
+++ b/arch/ia64/ia32/ia32_signal.c
@@ -29,7 +29,6 @@
#include <asm/uaccess.h>
#include <asm/rse.h>
#include <asm/sigcontext.h>
-#include <asm/segment.h>
#include "ia32priv.h"