diff options
author | Christoph Hellwig <hch@lst.de> | 2018-09-25 13:30:09 -0700 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-26 08:45:18 -0600 |
commit | 3cfa210bf3fe0803cca17f3775d8cf2360d5f443 (patch) | |
tree | edd72c224f90147b552f05705260b70d37b62c3d /arch/arm64/include/asm/io.h | |
parent | c39ae60dfbda66922f644193b91850abcd4d588c (diff) | |
download | linux-3cfa210bf3fe0803cca17f3775d8cf2360d5f443.tar.bz2 |
xen: don't include <xen/xen.h> from <asm/io.h> and <asm/dma-mapping.h>
Nothing Xen specific in these headers, which get included from a lot
of code in the kernel. So prune the includes and move them to the
Xen-specific files that actually use them instead.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'arch/arm64/include/asm/io.h')
-rw-r--r-- | arch/arm64/include/asm/io.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/include/asm/io.h b/arch/arm64/include/asm/io.h index 18f6ae6a43f1..9f8b915af3a7 100644 --- a/arch/arm64/include/asm/io.h +++ b/arch/arm64/include/asm/io.h @@ -31,8 +31,6 @@ #include <asm/alternative.h> #include <asm/cpufeature.h> -#include <xen/xen.h> - /* * Generic IO read/write. These perform native-endian accesses. */ |