summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2009-02-10 01:39:58 +0100
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-04-15 00:25:59 +0200
commitdd3672424caa7b302433635831afbb6787476b96 (patch)
tree89aa3b28a3ffc5aaf45dd6cbd3dba7ef82104253 /drivers
parentxen-blkback-porting (diff)
downloadlinux-dd3672424caa7b302433635831afbb6787476b96.tar.xz
linux-dd3672424caa7b302433635831afbb6787476b96.zip
xen/blkback: don't include xen/evtchn.h
It's a user-mode header for users of /dev/evtchn Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/xen/blkback/common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/xen/blkback/common.h b/drivers/xen/blkback/common.h
index 1c422b00974e..57b78250cfb7 100644
--- a/drivers/xen/blkback/common.h
+++ b/drivers/xen/blkback/common.h
@@ -37,7 +37,6 @@
#include <asm/io.h>
#include <asm/setup.h>
#include <asm/pgalloc.h>
-#include <xen/evtchn.h>
#include <asm/hypervisor.h>
#include <xen/blkif.h>
#include <xen/grant_table.h>