projects
/
linux-2.6
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[SPARC64] constify of_get_property return: include
[linux-2.6]
/
include
/
acpi
/
actypes.h
diff --git
a/include/acpi/actypes.h
b/include/acpi/actypes.h
index
72a6e2c
..
56bf492
100644
(file)
--- a/
include/acpi/actypes.h
+++ b/
include/acpi/actypes.h
@@
-344,7
+344,7
@@
typedef u32 acpi_integer;
/* 64-bit integers */
-typedef u
64
acpi_integer;
+typedef u
nsigned long long
acpi_integer;
#define ACPI_INTEGER_MAX ACPI_UINT64_MAX
#define ACPI_INTEGER_BIT_SIZE 64
#define ACPI_MAX_DECIMAL_DIGITS 20 /* 2^64 = 18,446,744,073,709,551,616 */