diff options
| author | Christoph Hellwig <[email protected]> | 2019-04-23 16:38:07 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2019-04-23 19:51:40 +0000 |
| commit | c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f (patch) | |
| tree | 8ebdc29930275d90107ffcb568ab2d62b36825db /arch/s390/include/asm/segment.h | |
| parent | asm-generic: don't include <asm/segment.h> from <asm/uaccess.h> (diff) | |
| download | kernel-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.tar.gz kernel-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 <[email protected]>
Signed-off-by: Arnd Bergmann <[email protected]>
Diffstat (limited to 'arch/s390/include/asm/segment.h')
| -rw-r--r-- | arch/s390/include/asm/segment.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/s390/include/asm/segment.h b/arch/s390/include/asm/segment.h deleted file mode 100644 index 97a0582b8d0f..000000000000 --- a/arch/s390/include/asm/segment.h +++ /dev/null @@ -1,5 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 */ -#ifndef _ASM_SEGMENT_H -#define _ASM_SEGMENT_H - -#endif |
