diff options
| -rw-r--r-- | drivers/acpi/acpica/acglobal.h | 2 | ||||
| -rw-r--r-- | drivers/acpi/sysfs.c | 2 | ||||
| -rw-r--r-- | include/acpi/acpixf.h | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/drivers/acpi/acpica/acglobal.h b/drivers/acpi/acpica/acglobal.h index 24db8e153bf0..4ed1aa384df2 100644 --- a/drivers/acpi/acpica/acglobal.h +++ b/drivers/acpi/acpica/acglobal.h | |||
| @@ -108,7 +108,7 @@ u8 ACPI_INIT_GLOBAL(acpi_gbl_use_default_register_widths, TRUE); | |||
| 108 | /* | 108 | /* |
| 109 | * Optionally enable output from the AML Debug Object. | 109 | * Optionally enable output from the AML Debug Object. |
| 110 | */ | 110 | */ |
| 111 | bool ACPI_INIT_GLOBAL(acpi_gbl_enable_aml_debug_object, FALSE); | 111 | u8 ACPI_INIT_GLOBAL(acpi_gbl_enable_aml_debug_object, FALSE); |
| 112 | 112 | ||
| 113 | /* | 113 | /* |
| 114 | * Optionally copy the entire DSDT to local memory (instead of simply | 114 | * Optionally copy the entire DSDT to local memory (instead of simply |
diff --git a/drivers/acpi/sysfs.c b/drivers/acpi/sysfs.c index 6dbc3ca45223..3e0b54fb075b 100644 --- a/drivers/acpi/sysfs.c +++ b/drivers/acpi/sysfs.c | |||
| @@ -226,7 +226,7 @@ module_param_call(trace_state, param_set_trace_state, param_get_trace_state, | |||
| 226 | /* /sys/modules/acpi/parameters/aml_debug_output */ | 226 | /* /sys/modules/acpi/parameters/aml_debug_output */ |
| 227 | 227 | ||
| 228 | module_param_named(aml_debug_output, acpi_gbl_enable_aml_debug_object, | 228 | module_param_named(aml_debug_output, acpi_gbl_enable_aml_debug_object, |
| 229 | bool, 0644); | 229 | byte, 0644); |
| 230 | MODULE_PARM_DESC(aml_debug_output, | 230 | MODULE_PARM_DESC(aml_debug_output, |
| 231 | "To enable/disable the ACPI Debug Object output."); | 231 | "To enable/disable the ACPI Debug Object output."); |
| 232 | 232 | ||
diff --git a/include/acpi/acpixf.h b/include/acpi/acpixf.h index d2f16f14b419..fea6773f87fc 100644 --- a/include/acpi/acpixf.h +++ b/include/acpi/acpixf.h | |||
| @@ -77,7 +77,7 @@ extern u8 acpi_gbl_create_osi_method; | |||
| 77 | extern u8 acpi_gbl_disable_auto_repair; | 77 | extern u8 acpi_gbl_disable_auto_repair; |
| 78 | extern u8 acpi_gbl_disable_ssdt_table_load; | 78 | extern u8 acpi_gbl_disable_ssdt_table_load; |
| 79 | extern u8 acpi_gbl_do_not_use_xsdt; | 79 | extern u8 acpi_gbl_do_not_use_xsdt; |
| 80 | extern bool acpi_gbl_enable_aml_debug_object; | 80 | extern u8 acpi_gbl_enable_aml_debug_object; |
| 81 | extern u8 acpi_gbl_enable_interpreter_slack; | 81 | extern u8 acpi_gbl_enable_interpreter_slack; |
| 82 | extern u32 acpi_gbl_trace_flags; | 82 | extern u32 acpi_gbl_trace_flags; |
| 83 | extern acpi_name acpi_gbl_trace_method_name; | 83 | extern acpi_name acpi_gbl_trace_method_name; |
