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>
This commit is contained in:

committed by
Jens Axboe

parent
c39ae60dfb
commit
3cfa210bf3
@@ -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,
|
||||
|
Reference in New Issue
Block a user