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>
This commit is contained in:
Christoph Hellwig 2019-04-23 18:38:07 +02:00 committed by Arnd Bergmann
parent 737d42f75e
commit c67fdc1f00
24 changed files with 0 additions and 61 deletions

View file

@ -19,7 +19,6 @@ generic-y += preempt.h
generic-y += qrwlock.h
generic-y += qspinlock.h
generic-y += sections.h
generic-y += segment.h
generic-y += trace_clock.h
generic-y += unaligned.h
generic-y += user.h