Skip to content

Commit

Permalink
ACPI: remove NID_INVAL
Browse files Browse the repository at this point in the history
b552a8c ("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>
  • Loading branch information
David Rientjes authored and Len Brown committed Aug 2, 2011
1 parent 31f5396 commit f52e00c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/linux/acpi.h
Original file line number Diff line number Diff line change
Expand Up @@ -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);

Expand Down

0 comments on commit f52e00c

Please sign in to comment.