Browse Source

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>
Jeremy Fitzhardinge 16 years ago
parent
commit
dd3672424c
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/xen/blkback/common.h

+ 0 - 1
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>