diff options
author | Christoph Hellwig <hch@lst.de> | 2018-09-25 23:30:09 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2018-09-26 17:45:18 +0300 |
commit | 3cfa210bf3fe0803cca17f3775d8cf2360d5f443 (patch) | |
tree | edd72c224f90147b552f05705260b70d37b62c3d /arch/x86/include/asm/xen | |
parent | c39ae60dfbda66922f644193b91850abcd4d588c (diff) | |
download | linux-3cfa210bf3fe0803cca17f3775d8cf2360d5f443.tar.xz |
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/x86/include/asm/xen')
-rw-r--r-- | arch/x86/include/asm/xen/events.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/x86/include/asm/xen/events.h b/arch/x86/include/asm/xen/events.h index d383140e1dc8..068d9b067c83 100644 --- a/arch/x86/include/asm/xen/events.h +++ b/arch/x86/include/asm/xen/events.h @@ -2,6 +2,8 @@ #ifndef _ASM_X86_XEN_EVENTS_H #define _ASM_X86_XEN_EVENTS_H +#include <xen/xen.h> + enum ipi_vector { XEN_RESCHEDULE_VECTOR, XEN_CALL_FUNCTION_VECTOR, |