projects
/
firefly-linux-kernel-4.4.55.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
758d493
)
ACPICA: Remove unused uint32_struct type
author
Bob Moore
<robert.moore@intel.com>
Thu, 21 Jan 2010 02:09:43 +0000
(10:09 +0800)
committer
Len Brown
<len.brown@intel.com>
Fri, 22 Jan 2010 17:30:08 +0000
(12:30 -0500)
This type is not used in ACPICA and thus removed.
Signed-off-by: Bob Moore <robert.moore@intel.com>
Signed-off-by: Lin Ming <ming.m.lin@intel.com>
Signed-off-by: Len Brown <len.brown@intel.com>
include/acpi/actypes.h
patch
|
blob
|
history
diff --git
a/include/acpi/actypes.h
b/include/acpi/actypes.h
index 07f2cdcc5eb1cf1345acee0bfebb3815ace5b0c2..2ccfa47a0ed7595cc1f3c0a3540f977ae2f4d86f 100644
(file)
--- a/
include/acpi/actypes.h
+++ b/
include/acpi/actypes.h
@@
-385,11
+385,6
@@
union uint64_overlay {
struct uint64_struct part;
};
-struct uint32_struct {
- u32 lo;
- u32 hi;
-};
-
#define ACPI_INTEGER_BIT_SIZE 64
#define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */