diff options
Diffstat (limited to 'drivers/acpi/acpica/utdebug.c')
-rw-r--r-- | drivers/acpi/acpica/utdebug.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/acpi/acpica/utdebug.c b/drivers/acpi/acpica/utdebug.c index 5796e11a0671..1a67b3944b3b 100644 --- a/drivers/acpi/acpica/utdebug.c +++ b/drivers/acpi/acpica/utdebug.c | |||
@@ -41,7 +41,8 @@ | |||
41 | * POSSIBILITY OF SUCH DAMAGES. | 41 | * POSSIBILITY OF SUCH DAMAGES. |
42 | */ | 42 | */ |
43 | 43 | ||
44 | #include <linux/export.h> | 44 | #define EXPORT_ACPI_INTERFACES |
45 | |||
45 | #include <acpi/acpi.h> | 46 | #include <acpi/acpi.h> |
46 | #include "accommon.h" | 47 | #include "accommon.h" |
47 | 48 | ||
@@ -190,7 +191,7 @@ acpi_debug_print(u32 requested_debug_level, | |||
190 | * Display the module name, current line number, thread ID (if requested), | 191 | * Display the module name, current line number, thread ID (if requested), |
191 | * current procedure nesting level, and the current procedure name | 192 | * current procedure nesting level, and the current procedure name |
192 | */ | 193 | */ |
193 | acpi_os_printf("%8s-%04ld ", module_name, line_number); | 194 | acpi_os_printf("%9s-%04ld ", module_name, line_number); |
194 | 195 | ||
195 | if (ACPI_LV_THREADS & acpi_dbg_level) { | 196 | if (ACPI_LV_THREADS & acpi_dbg_level) { |
196 | acpi_os_printf("[%u] ", (u32)thread_id); | 197 | acpi_os_printf("[%u] ", (u32)thread_id); |