Merge branch 'fix/misc' into for-linus
[pandora-kernel.git] / drivers / lguest / lg.h
index d4e8979..9c31382 100644 (file)
@@ -82,7 +82,7 @@ struct lg_cpu {
 
 struct lg_eventfd {
        unsigned long addr;
-       struct file *event;
+       struct eventfd_ctx *event;
 };
 
 struct lg_eventfd_map {