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 /arch/alpha/kernel/smc37c93x.c | |
parent | asm-generic: don't include <asm/segment.h> from <asm/uaccess.h> (diff) | |
download | linux-c67fdc1f00cba9de86c30f5a01eff21d3ea66c8f.tar.xz 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 'arch/alpha/kernel/smc37c93x.c')
-rw-r--r-- | arch/alpha/kernel/smc37c93x.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/alpha/kernel/smc37c93x.c b/arch/alpha/kernel/smc37c93x.c index 733f08966fd2..71cd7aca38ce 100644 --- a/arch/alpha/kernel/smc37c93x.c +++ b/arch/alpha/kernel/smc37c93x.c @@ -11,7 +11,6 @@ #include <asm/hwrpb.h> #include <asm/io.h> -#include <asm/segment.h> #define SMC_DEBUG 0 |