Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 31429
b: refs/heads/master
c: be63c92
h: refs/heads/master
i:
  31427: 103386e
v: v3
  • Loading branch information
Thomas Renninger authored and Len Brown committed Jun 27, 2006
1 parent 01b2536 commit 7dbd8ee
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: a6fc67202e0224e6c9d1d285cc0b444bce887ed5
refs/heads/master: be63c925a123b492fc05063c98ca7e9f7453a58a
6 changes: 5 additions & 1 deletion trunk/drivers/acpi/utilities/utmisc.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
* POSSIBILITY OF SUCH DAMAGES.
*/

#include <linux/module.h>

#include <acpi/acpi.h>
#include <acpi/acnamesp.h>

Expand Down Expand Up @@ -948,6 +950,7 @@ acpi_ut_error(char *module_name, u32 line_number, char *format, ...)
acpi_os_vprintf(format, args);
acpi_os_printf(" [%X]\n", ACPI_CA_VERSION);
}
EXPORT_SYMBOL(acpi_ut_error);

void ACPI_INTERNAL_VAR_XFACE
acpi_ut_exception(char *module_name,
Expand All @@ -962,6 +965,7 @@ acpi_ut_exception(char *module_name,
acpi_os_vprintf(format, args);
acpi_os_printf(" [%X]\n", ACPI_CA_VERSION);
}
EXPORT_SYMBOL(acpi_ut_exception);

void ACPI_INTERNAL_VAR_XFACE
acpi_ut_warning(char *module_name, u32 line_number, char *format, ...)
Expand All @@ -974,7 +978,7 @@ acpi_ut_warning(char *module_name, u32 line_number, char *format, ...)
acpi_os_vprintf(format, args);
acpi_os_printf(" [%X]\n", ACPI_CA_VERSION);
}

EXPORT_SYMBOL(acpi_ut_warning);
void ACPI_INTERNAL_VAR_XFACE
acpi_ut_info(char *module_name, u32 line_number, char *format, ...)
{
Expand Down

0 comments on commit 7dbd8ee

Please sign in to comment.