ACPI / EC: Fix issues related to the SCI_EVT handling
[firefly-linux-kernel-4.4.55.git] / drivers / acpi / internal.h
index 163e82f536fa92337e9da8236e641eee5d90cc5b..dc420787ffcdd6dcf7979772bcc4c99b0018a372 100644 (file)
@@ -127,6 +127,7 @@ struct acpi_ec {
        struct list_head list;
        struct transaction *curr;
        spinlock_t lock;
+       struct work_struct work;
 };
 
 extern struct acpi_ec *first_ec;