xen/blkback: don't include xen/evtchn.h
authorJeremy Fitzhardinge <jeremy@goop.org>
Tue, 10 Feb 2009 00:39:58 +0000 (16:39 -0800)
committerKonrad Rzeszutek Wilk <konrad.wilk@oracle.com>
Thu, 14 Apr 2011 22:25:59 +0000 (18:25 -0400)
It's a user-mode header for users of /dev/evtchn

Signed-off-by: Jeremy Fitzhardinge <jeremy@goop.org>
drivers/xen/blkback/common.h

index 1c422b0..57b7825 100644 (file)
@@ -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>