diff options
author | Christoph Hellwig <hch@lst.de> | 2019-04-23 12:38:07 -0400 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2019-04-23 15:51:40 -0400 |
commit | c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f (patch) | |
tree | 8ebdc29930275d90107ffcb568ab2d62b36825db /arch/hexagon | |
parent | 737d42f75e943fd884ad13acb6d3ee3aff3dcd30 (diff) |
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/hexagon')
-rw-r--r-- | arch/hexagon/include/asm/Kbuild | 1 | ||||
-rw-r--r-- | arch/hexagon/include/asm/uaccess.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/arch/hexagon/include/asm/Kbuild b/arch/hexagon/include/asm/Kbuild index b25fd42aa0f4..75658fea8bfc 100644 --- a/arch/hexagon/include/asm/Kbuild +++ b/arch/hexagon/include/asm/Kbuild | |||
@@ -28,7 +28,6 @@ generic-y += percpu.h | |||
28 | generic-y += preempt.h | 28 | generic-y += preempt.h |
29 | generic-y += rwsem.h | 29 | generic-y += rwsem.h |
30 | generic-y += sections.h | 30 | generic-y += sections.h |
31 | generic-y += segment.h | ||
32 | generic-y += serial.h | 31 | generic-y += serial.h |
33 | generic-y += shmparam.h | 32 | generic-y += shmparam.h |
34 | generic-y += sizes.h | 33 | generic-y += sizes.h |
diff --git a/arch/hexagon/include/asm/uaccess.h b/arch/hexagon/include/asm/uaccess.h index a30e58d5f351..7a34092e8b58 100644 --- a/arch/hexagon/include/asm/uaccess.h +++ b/arch/hexagon/include/asm/uaccess.h | |||
@@ -24,7 +24,6 @@ | |||
24 | * User space memory access functions | 24 | * User space memory access functions |
25 | */ | 25 | */ |
26 | #include <linux/mm.h> | 26 | #include <linux/mm.h> |
27 | #include <asm/segment.h> | ||
28 | #include <asm/sections.h> | 27 | #include <asm/sections.h> |
29 | 28 | ||
30 | /* | 29 | /* |