diff options
-rw-r--r-- | drivers/acpi/parser/psloop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/acpi/parser/psloop.c b/drivers/acpi/parser/psloop.c index 095672a1a722..edf8aa5f86ca 100644 --- a/drivers/acpi/parser/psloop.c +++ b/drivers/acpi/parser/psloop.c | |||
@@ -410,6 +410,8 @@ acpi_ps_parse_loop ( | |||
410 | 410 | ||
411 | /* Special processing for certain opcodes */ | 411 | /* Special processing for certain opcodes */ |
412 | 412 | ||
413 | #define ACPI_NO_MODULE_LEVEL_CODE | ||
414 | |||
413 | /* TBD (remove): Temporary mechanism to disable this code if needed */ | 415 | /* TBD (remove): Temporary mechanism to disable this code if needed */ |
414 | 416 | ||
415 | #ifndef ACPI_NO_MODULE_LEVEL_CODE | 417 | #ifndef ACPI_NO_MODULE_LEVEL_CODE |