projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31f5396
)
ACPI: remove NID_INVAL
author
David Rientjes
<
[email protected]
>
Thu, 28 Jul 2011 20:48:43 +0000
(13:48 -0700)
committer
Len Brown
<
[email protected]
>
Tue, 2 Aug 2011 18:52:13 +0000
(14:52 -0400)
b552a8c56db8
("ACPI: remove NID_INVAL") removed the left over uses of
NID_INVAL, but didn't actually remove the definition. Remove it.
Signed-off-by: David Rientjes <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Len Brown <
[email protected]
>
include/linux/acpi.h
patch
|
blob
|
history
diff --git
a/include/linux/acpi.h
b/include/linux/acpi.h
index 1deb2a73c2daf861fb20130f17b4c6a3d924e152..2312e850aab8070f653a5c64684ca1f56d0f0ee3 100644
(file)
--- a/
include/linux/acpi.h
+++ b/
include/linux/acpi.h
@@
-238,7
+238,6
@@
extern int acpi_paddr_to_node(u64 start_addr, u64 size);
extern int pnpacpi_disabled;
#define PXM_INVAL (-1)
-#define NID_INVAL (-1)
int acpi_check_resource_conflict(const struct resource *res);