diff options
Diffstat (limited to 'drivers/misc/thinkpad_acpi.h')
-rw-r--r-- | drivers/misc/thinkpad_acpi.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/drivers/misc/thinkpad_acpi.h b/drivers/misc/thinkpad_acpi.h index 20203981cb7a..8b72061d8f0e 100644 --- a/drivers/misc/thinkpad_acpi.h +++ b/drivers/misc/thinkpad_acpi.h | |||
@@ -157,12 +157,13 @@ struct ibm_struct { | |||
157 | 157 | ||
158 | struct list_head all_drivers; | 158 | struct list_head all_drivers; |
159 | 159 | ||
160 | int driver_registered; | 160 | struct { |
161 | int proc_created; | 161 | u8 driver_registered:1; |
162 | int init_called; | 162 | u8 proc_created:1; |
163 | int notify_installed; | 163 | u8 init_called:1; |
164 | 164 | u8 notify_installed:1; | |
165 | int experimental; | 165 | u8 experimental:1; |
166 | } flags; | ||
166 | }; | 167 | }; |
167 | 168 | ||
168 | struct ibm_init_struct { | 169 | struct ibm_init_struct { |