aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/misc/thinkpad_acpi.h
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r--drivers/misc/thinkpad_acpi.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h
index 00f1bd73df8..c5c1316ae3a 100644
--- a/drivers/misc/thinkpad_acpi.h
+++ b/drivers/misc/thinkpad_acpi.h
@@ -205,6 +205,7 @@ struct ibm_struct {
205 int (*read) (char *); 205 int (*read) (char *);
206 int (*write) (char *); 206 int (*write) (char *);
207 void (*exit) (void); 207 void (*exit) (void);
208 void (*resume) (void);
208 209
209 struct list_head all_drivers; 210 struct list_head all_drivers;
210 211