Merge remote-tracking branches 'regulator/fix/da9210' and 'regulator/fix/rk808' into...
[firefly-linux-kernel-4.4.55.git] / drivers / lguest / lg.h
index eb81abc05995ac114531ab721f51ff24a714931b..307e8b39e7d1dd2b0bdbe69bbefb6ca36b7b5567 100644 (file)
@@ -81,16 +81,6 @@ struct lg_cpu {
        struct lg_cpu_arch arch;
 };
 
-struct lg_eventfd {
-       unsigned long addr;
-       struct eventfd_ctx *event;
-};
-
-struct lg_eventfd_map {
-       unsigned int num;
-       struct lg_eventfd map[];
-};
-
 /* The private info the thread maintains about the guest. */
 struct lguest {
        struct lguest_data __user *lguest_data;
@@ -117,8 +107,6 @@ struct lguest {
        unsigned int stack_pages;
        u32 tsc_khz;
 
-       struct lg_eventfd_map *eventfds;
-
        /* Dead? */
        const char *dead;
 };