Commit 12d3931c authored by Adrian Bunk's avatar Adrian Bunk Committed by Len Brown

ACPI: make acpi_dmi_dump() static

Signed-off-by: default avatarAdrian Bunk <bunk@kernel.org>
Signed-off-by: default avatarLen Brown <len.brown@intel.com>
parent d0280a02
...@@ -1213,7 +1213,7 @@ acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object) ...@@ -1213,7 +1213,7 @@ acpi_status acpi_os_release_object(acpi_cache_t * cache, void *object)
* *
* Returns 0 on success * Returns 0 on success
*/ */
int acpi_dmi_dump(void) static int acpi_dmi_dump(void)
{ {
if (!dmi_available) if (!dmi_available)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment