ACPICA: Remove unnecessary arguments to ACPI_INFO
[deliverable/linux.git] / drivers / acpi / acpica / utxferror.c
index f6cbaf451dbfec8c03484c6821f8371617b22e58..d9f15cbcd8a0b9228382042abdd802b4322d11ba 100644 (file)
@@ -5,7 +5,7 @@
  ******************************************************************************/
 
 /*
- * Copyright (C) 2000 - 2015, Intel Corp.
+ * Copyright (C) 2000 - 2016, Intel Corp.
  * All rights reserved.
  *
  * Redistribution and use in source and binary forms, with or without
@@ -175,8 +175,7 @@ ACPI_EXPORT_SYMBOL(acpi_warning)
  * TBD: module_name and line_number args are not needed, should be removed.
  *
  ******************************************************************************/
-void ACPI_INTERNAL_VAR_XFACE
-acpi_info(const char *module_name, u32 line_number, const char *format, ...)
+void ACPI_INTERNAL_VAR_XFACE acpi_info(const char *format, ...)
 {
        va_list arg_list;
 
This page took 0.040882 seconds and 5 git commands to generate.