diff options
author | David Rientjes <rientjes@google.com> | 2011-07-28 13:48:43 -0700 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2011-08-02 14:52:13 -0400 |
commit | f52e00c668669c9c290e84adf859c76db6d92a5a (patch) | |
tree | 0535f1b6eb51e35b7ca454a2323470dc797f89f9 /include | |
parent | 31f5396ad3bde23c8416e8d23ba425e27f413314 (diff) | |
download | linux-3.10-f52e00c668669c9c290e84adf859c76db6d92a5a.tar.gz linux-3.10-f52e00c668669c9c290e84adf859c76db6d92a5a.tar.bz2 linux-3.10-f52e00c668669c9c290e84adf859c76db6d92a5a.zip |
ACPI: remove NID_INVAL
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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/acpi.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/acpi.h b/include/linux/acpi.h index 1deb2a73c2d..2312e850aab 100644 --- 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); |