]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
b552a8c56db8 ("ACPI: remove NID_INVAL") removed the left over uses of
authorDavid Rientjes <rientjes@google.com>
Tue, 26 Jul 2011 10:14:37 +0000 (20:14 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Mon, 1 Aug 2011 03:36:28 +0000 (13:36 +1000)
NID_INVAL, but didn't actually remove the definition.  Remove it.

Signed-off-by: David Rientjes <rientjes@google.com>
Cc: Len Brown <lenb@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/acpi.h

index e19527de6a93c3a5a089cb2a02c7d0c4a4ec54b4..6001b4da39ddc9ebd52e0f7691268abbe8ebb69d 100644 (file)
@@ -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);