]> git.openfabrics.org - ~emulex/infiniband.git/commitdiff
ACPI: remove NID_INVAL
authorDavid Rientjes <rientjes@google.com>
Thu, 28 Jul 2011 20:48:43 +0000 (13:48 -0700)
committerLen Brown <len.brown@intel.com>
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 <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
include/linux/acpi.h

index 1deb2a73c2daf861fb20130f17b4c6a3d924e152..2312e850aab8070f653a5c64684ca1f56d0f0ee3 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);