From: Al Stone al.stone@linaro.org
This is not needed by ARM compile so disable to remove compile error messages.
Signed-off-by: Al Stone al.stone@linaro.org --- drivers/acpi/bus.c | 4 ---- 1 file changed, 4 deletions(-)
diff --git a/drivers/acpi/bus.c b/drivers/acpi/bus.c index db6c0c6..303c4ac 100644 --- a/drivers/acpi/bus.c +++ b/drivers/acpi/bus.c @@ -79,10 +79,6 @@ static struct dmi_system_id dsdt_dmi_table[] __initdata = { }, {} }; -#else -static struct dmi_system_id dsdt_dmi_table[] __initdata = { - {} -}; #endif
/* --------------------------------------------------------------------------