OSDN Git Service

mfd: intel_soc_pmic: Rid compiler working for unused ACPI match table
authorLee Jones <lee.jones@linaro.org>
Wed, 2 Jul 2014 10:30:12 +0000 (11:30 +0100)
committerLee Jones <lee.jones@linaro.org>
Wed, 9 Jul 2014 15:37:54 +0000 (16:37 +0100)
commit52764fd9ab5e1fa0d7e159ce6147d0288be595a7
treebfeb229967a6fa600c256129608d63f36feadf3b
parentc3f27a26b477baf8e32848731e860618e5f48b58
mfd: intel_soc_pmic: Rid compiler working for unused ACPI match table

If CONIFG_ACPI is not enabled we receive the following warning:

drivers/mfd/intel_soc_pmic_core.c:144:30:
warning: ‘intel_soc_pmic_acpi_match’ defined but not used

This patch rids it.

Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/intel_soc_pmic_core.c