From: Jonas Rabenstein <jonas.rabenst...@studium.uni-erlangen.de> The file arch/ia64/include/asm/segment.h contains only a comment that it is still in the source tree as it may be referenced from some files. Actually only 2 files that are not in an arch/* directory include <asm/segment.h>. The first is drivers/lguest/x86/switcher_32.S and obviously is not used by ia64. The second is include/asm-generic/uacess.h and also not used by ia64.
Signed-off-by: Jonas Rabenstein <jonas.rabenst...@studium.uni-erlangen.de> --- arch/ia64/include/asm/segment.h | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 arch/ia64/include/asm/segment.h diff --git a/arch/ia64/include/asm/segment.h b/arch/ia64/include/asm/segment.h deleted file mode 100644 index b89e2b3..0000000 --- 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 */ -- 1.9.1