Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1372938
| From | Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH 1/3] ia64: remove unused asm/segment.h |
| Date | 2016-04-07 01:20 +0200 |
| Message-ID | <rl4TT-2ZV-3@gated-at.bofh.it> (permalink) |
| References | <rl4TT-2ZV-5@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
From: Jonas Rabenstein <jonas.rabenstein@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.rabenstein@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
Back to linux.kernel | Previous | Next | Find similar | Unroll thread
[PATCH 1/3] ia64: remove unused asm/segment.h Jonas Rabenstein <ve92mose@stud.informatik.uni-erlangen.de> - 2016-04-07 01:20 +0200
csiph-web