summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorJeremy Fitzhardinge <jeremy@goop.org>2009-02-10 00:39:58 (GMT)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>2011-04-14 22:25:59 (GMT)
commitdd3672424caa7b302433635831afbb6787476b96 (patch)
tree89aa3b28a3ffc5aaf45dd6cbd3dba7ef82104253 /drivers
parent8812293323a79134e06c3bf82eba1e217d23382e (diff)
downloadlinux-dd3672424caa7b302433635831afbb6787476b96.tar.xz
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 1c422b0..57b7825 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>