diff options
| -rw-r--r-- | include/acpi/platform/aclinux.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/include/acpi/platform/aclinux.h b/include/acpi/platform/aclinux.h index 624b90b34085..310501994c02 100644 --- a/include/acpi/platform/aclinux.h +++ b/include/acpi/platform/aclinux.h | |||
| @@ -66,6 +66,11 @@ | |||
| 66 | 66 | ||
| 67 | #define ACPI_INIT_FUNCTION __init | 67 | #define ACPI_INIT_FUNCTION __init |
| 68 | 68 | ||
| 69 | /* Use a specific bugging default separate from ACPICA */ | ||
| 70 | |||
| 71 | #undef ACPI_DEBUG_DEFAULT | ||
| 72 | #define ACPI_DEBUG_DEFAULT (ACPI_LV_INFO | ACPI_LV_REPAIR) | ||
| 73 | |||
| 69 | #ifndef CONFIG_ACPI | 74 | #ifndef CONFIG_ACPI |
| 70 | 75 | ||
| 71 | /* External globals for __KERNEL__, stubs is needed */ | 76 | /* External globals for __KERNEL__, stubs is needed */ |
| @@ -82,11 +87,6 @@ | |||
| 82 | #define ACPI_NO_ERROR_MESSAGES | 87 | #define ACPI_NO_ERROR_MESSAGES |
| 83 | #undef ACPI_DEBUG_OUTPUT | 88 | #undef ACPI_DEBUG_OUTPUT |
| 84 | 89 | ||
| 85 | /* Use a specific bugging default separate from ACPICA */ | ||
| 86 | |||
| 87 | #undef ACPI_DEBUG_DEFAULT | ||
| 88 | #define ACPI_DEBUG_DEFAULT (ACPI_LV_INFO | ACPI_LV_REPAIR) | ||
| 89 | |||
| 90 | /* External interface for __KERNEL__, stub is needed */ | 90 | /* External interface for __KERNEL__, stub is needed */ |
| 91 | 91 | ||
| 92 | #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ | 92 | #define ACPI_EXTERNAL_RETURN_STATUS(prototype) \ |
