Merge branches 'acpi-video' and 'acpi-soc'
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / internal.h
index c24ae9d7fdcba63c9775dc87957b867596990574..81ae69fde7d5c17bcc171e0c754e355e1680af8e 100644 (file)
@@ -124,11 +124,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;