diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-23 18:38:07 +0200 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-04-23 21:51:40 +0200 |
commit | c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f (patch) | |
tree | 8ebdc29930275d90107ffcb568ab2d62b36825db /include/asm-generic | |
parent | 737d42f75e943fd884ad13acb6d3ee3aff3dcd30 (diff) | |
download | linux-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.tar.gz linux-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.tar.bz2 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 'include/asm-generic')
-rw-r--r-- | include/asm-generic/segment.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/include/asm-generic/segment.h b/include/asm-generic/segment.h deleted file mode 100644 index 5580eace622c..000000000000 --- a/include/asm-generic/segment.h +++ /dev/null @@ -1,9 +0,0 @@ -#ifndef __ASM_GENERIC_SEGMENT_H -#define __ASM_GENERIC_SEGMENT_H -/* - * Only here because we have some old header files that expect it... - * - * New architectures probably don't want to have their own version. - */ - -#endif /* __ASM_GENERIC_SEGMENT_H */ |