]> Pileus Git - ~andy/linux/commit
ACPI / OSL: Mark the function acpi_table_checksum() as static
authorRashika <rashika.kheria@gmail.com>
Tue, 17 Dec 2013 09:13:05 +0000 (14:43 +0530)
committerRafael J. Wysocki <rafael.j.wysocki@intel.com>
Sun, 5 Jan 2014 23:13:22 +0000 (00:13 +0100)
commit66e162b3931be6362bb6885ecc422d192f748145
tree56186aa3451be1d6441e000fb1b0fc4dc350469c
parent43575faab3967b7b48aeb1c30f823b8233517552
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 <rashika.kheria@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
drivers/acpi/osl.c