summaryrefslogtreecommitdiffstats
path: root/arch/ia64
diff options
context:
space:
mode:
authorChristoph Hellwig2019-04-23 18:38:07 +0200
committerArnd Bergmann2019-04-23 21:51:40 +0200
commitc67fdc1f00cba9de86c30f5a01eff21d3ea66c8f (patch)
tree8ebdc29930275d90107ffcb568ab2d62b36825db /arch/ia64
parentasm-generic: don't include <asm/segment.h> from <asm/uaccess.h> (diff)
downloadkernel-qcow2-linux-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.tar.gz
kernel-qcow2-linux-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.tar.xz
kernel-qcow2-linux-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.zip
arch: mostly remove <asm/segment.h>
A few architectures use <asm/segment.h> internally, but nothing in common code does. Remove all the empty or almost empty versions of it, including the asm-generic one. Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/ia64')
-rw-r--r--arch/ia64/include/asm/segment.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/arch/ia64/include/asm/segment.h b/arch/ia64/include/asm/segment.h
deleted file mode 100644
index b89e2b3d648f..000000000000
--- a/arch/ia64/include/asm/segment.h
+++ /dev/null
@@ -1,6 +0,0 @@
-#ifndef _ASM_IA64_SEGMENT_H
-#define _ASM_IA64_SEGMENT_H
-
-/* Only here because we have some old header files that expect it.. */
-
-#endif /* _ASM_IA64_SEGMENT_H */