]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
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 1c422b00974ec7f60b8ceaf5624cc028bd014a8a..57b78250cfb7015384f7b3cea1992c1e2dd877bc 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>