projects
/
platform
/
kernel
/
linux-arm64.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6a8c0af
)
ACPI: Remove unused flags in acpi_device_flags
author
Toshi Kani
<toshi.kani@hp.com>
Tue, 4 Jun 2013 21:56:25 +0000
(21:56 +0000)
committer
Rafael J. Wysocki
<rafael.j.wysocki@intel.com>
Wed, 19 Jun 2013 21:34:58 +0000
(23:34 +0200)
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>
include/acpi/acpi_bus.h
patch
|
blob
|
history
diff --git
a/include/acpi/acpi_bus.h
b/include/acpi/acpi_bus.h
index
636c59f
..
b790607
100644
(file)
--- a/
include/acpi/acpi_bus.h
+++ b/
include/acpi/acpi_bus.h
@@
-163,12
+163,10
@@
struct acpi_device_flags {
u32 dynamic_status:1;
u32 removable:1;
u32 ejectable:1;
- u32 suprise_removal_ok:1;
u32 power_manageable:1;
- u32 performance_manageable:1;
u32 eject_pending:1;
u32 match_driver:1;
- u32 reserved:2
4
;
+ u32 reserved:2
6
;
};
/* File System */