asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>
authorChristoph Hellwig <hch@lst.de>
Tue, 23 Apr 2019 16:38:06 +0000 (18:38 +0200)
committerArnd Bergmann <arnd@arndb.de>
Tue, 23 Apr 2019 19:51:39 +0000 (21:51 +0200)
commit737d42f75e943fd884ad13acb6d3ee3aff3dcd30
treeb6f1e8d4103699e9b6cb299c025785c79f2dcfee
parent9e98c678c2d6ae3a17cb2de55d17f69dddaa231b
asm-generic: don't include <asm/segment.h> from <asm/uaccess.h>

<asm/segment.h> is an odd x86 legacy that we shouldn't force on other
architectures.  arc used it to bring in mm_context_t, but we can do
that inside the arc code easily.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
arch/arc/include/asm/uaccess.h
include/asm-generic/uaccess.h