diff options
author | Toshi Kani <toshi.kani@hp.com> | 2013-06-04 17:56:25 -0400 |
---|---|---|
committer | Rafael J. Wysocki <rafael.j.wysocki@intel.com> | 2013-06-19 17:34:58 -0400 |
commit | 358b4b35c8fa97a83c4d476cbd0830205504d798 (patch) | |
tree | 1223d822e6b338a10e41389cf61639fbfe49a73b /include/acpi | |
parent | 6a8c0af6e2d6c472517959b66c96900151c9cb5b (diff) |
ACPI: Remove unused flags in acpi_device_flags
suprise_removal_ok and performance_manageable in struct
acpi_device_flags are not used by any code. So, remove
them.
Signed-off-by: Toshi Kani <toshi.kani@hp.com>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
Diffstat (limited to 'include/acpi')
-rw-r--r-- | include/acpi/acpi_bus.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/include/acpi/acpi_bus.h b/include/acpi/acpi_bus.h index 636c59f2003a..b790607298cb 100644 --- a/include/acpi/acpi_bus.h +++ b/include/acpi/acpi_bus.h | |||
@@ -163,12 +163,10 @@ struct acpi_device_flags { | |||
163 | u32 dynamic_status:1; | 163 | u32 dynamic_status:1; |
164 | u32 removable:1; | 164 | u32 removable:1; |
165 | u32 ejectable:1; | 165 | u32 ejectable:1; |
166 | u32 suprise_removal_ok:1; | ||
167 | u32 power_manageable:1; | 166 | u32 power_manageable:1; |
168 | u32 performance_manageable:1; | ||
169 | u32 eject_pending:1; | 167 | u32 eject_pending:1; |
170 | u32 match_driver:1; | 168 | u32 match_driver:1; |
171 | u32 reserved:24; | 169 | u32 reserved:26; |
172 | }; | 170 | }; |
173 | 171 | ||
174 | /* File System */ | 172 | /* File System */ |