diff options
Diffstat (limited to 'include/acpi/platform')
-rw-r--r-- | include/acpi/platform/aclinux.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 3cabf888c8af..6d49b2a498c4 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
@@ -71,9 +71,6 @@ | |||
71 | #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); | 71 | #define ACPI_EXPORT_SYMBOL(symbol) EXPORT_SYMBOL(symbol); |
72 | #define strtoul simple_strtoul | 72 | #define strtoul simple_strtoul |
73 | 73 | ||
74 | /* Full namespace pathname length limit - arbitrary */ | ||
75 | #define ACPI_PATHNAME_MAX 256 | ||
76 | |||
77 | #else /* !__KERNEL__ */ | 74 | #else /* !__KERNEL__ */ |
78 | 75 | ||
79 | #include <stdarg.h> | 76 | #include <stdarg.h> |