[patch] acpi: remove NID_INVAL

From: David Rientjes
Date: Tue Jun 21 2011 - 20:57:17 EST


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@xxxxxxxxxx>
---
include/linux/acpi.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/include/linux/acpi.h b/include/linux/acpi.h
--- 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);

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/