From: Rashika Date: Tue, 17 Dec 2013 09:13:05 +0000 (+0530) Subject: ACPI / OSL: Mark the function acpi_table_checksum() as static X-Git-Tag: v3.14-rc1~107^2~12^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=66e162b3931be6362bb6885ecc422d192f748145;p=pandora-kernel.git ACPI / OSL: Mark the function acpi_table_checksum() as static Marks the function acpi_table_checksum() as static in osl.c because it is not used outside this file. This eliminates the following warning in osl.c: drivers/acpi/osl.c:547:11: warning: no previous prototype for ‘acpi_table_checksum’ [-Wmissing-prototypes] Signed-off-by: Rashika Kheria Reviewed-by: Josh Triplett Signed-off-by: Rafael J. Wysocki --- Reading git-diff-tree failed