[PATCH v2 1/3] sfi: fix compiler warnings

2013-11-20 Thread Andy Shevchenko
This fixes the following compiler warnings when build is done by make W=1. drivers/sfi/sfi_acpi.c:154:5: warning: no previous prototype for ‘sfi_acpi_table_parse’ [-Wmissing-prototypes] drivers/sfi/sfi_core.c:164:26: warning: no previous prototype for ‘sfi_map_table’ [-Wmissing-prototypes]

[PATCH v2 1/3] sfi: fix compiler warnings

2013-11-20 Thread Andy Shevchenko
This fixes the following compiler warnings when build is done by make W=1. drivers/sfi/sfi_acpi.c:154:5: warning: no previous prototype for ‘sfi_acpi_table_parse’ [-Wmissing-prototypes] drivers/sfi/sfi_core.c:164:26: warning: no previous prototype for ‘sfi_map_table’ [-Wmissing-prototypes]