linux/drivers/sfi
Lv Zheng c099eacbca SFI / ACPI: Fix warnings reported during builds with W=1
The following warnings can be seen in W=1 builds, because the original
sfi_acpi.[ch] header inclusions are incorrect:

include/linux/sfi_acpi.h:72:2: error: implicit declaration of function 'acpi_table_parse' [-Werror=implicit-function-declaration]
drivers/sfi/sfi_acpi.c:154:5: warning: no previous prototype for 'sfi_acpi_table_parse' [-Wmissing-prototypes]

Fix linux/sfi_acpi.h and modify drivers/sfi/sfi_acpi.c accordingly.

Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Lv Zheng <lv.zheng@intel.com>
[rjw: Subject and changelog]
Signed-off-by: Rafael J. Wysocki <rafael.j.wysocki@intel.com>
2013-12-07 01:24:33 +01:00
..
Kconfig SFI: Simple Firmware Interface - MAINTAINERS, Kconfig 2009-08-28 19:57:29 -04:00
Makefile SFI: add platform-independent core support 2009-08-28 19:57:33 -04:00
sfi_acpi.c SFI / ACPI: Fix warnings reported during builds with W=1 2013-12-07 01:24:33 +01:00
sfi_core.c Fix common misspellings 2011-03-31 11:26:23 -03:00
sfi_core.h drivers/sfi: sfi_acpi.c needs sysfs.h 2011-10-31 19:31:57 -04:00