Merge branch 'acpi-ec'
[cascardo/linux.git] / drivers / acpi / internal.h
index 163e82f..7dc69d8 100644 (file)
@@ -122,11 +122,13 @@ struct acpi_ec {
        unsigned long data_addr;
        unsigned long global_lock;
        unsigned long flags;
+       unsigned long reference_count;
        struct mutex mutex;
        wait_queue_head_t wait;
        struct list_head list;
        struct transaction *curr;
        spinlock_t lock;
+       struct work_struct work;
 };
 
 extern struct acpi_ec *first_ec;