Re: [PATCH, resend 1/3] sfi: fix compiler warnings

2013-05-31 Thread Andy Shevchenko
Please, drop this one away. Sathyanarayanan Kuppuswamy will take care of this in his patch series. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Plea

[PATCH, resend 1/3] sfi: fix compiler warnings

2013-05-28 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] driv