mfd: intel-lpss: Remove left over variable
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Mon, 13 Mar 2017 17:53:01 +0000 (19:53 +0200)
committerLee Jones <lee.jones@linaro.org>
Thu, 27 Apr 2017 08:25:04 +0000 (09:25 +0100)
After commit 028af5941dd8 ("mfd: intel-lpss: Pass SDA hold time to
I2C host controller driver") the driver still has a non-used variable.

Remove it here.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Acked-by: Mika Westerberg <mika.westerberg@linux.intel.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
drivers/mfd/intel-lpss-acpi.c

index 6bf8d64..7911b0a 100644 (file)
 
 #include "intel-lpss.h"
 
-static const struct intel_lpss_platform_info spt_info = {
-       .clk_rate = 120000000,
-};
-
 static struct property_entry spt_i2c_properties[] = {
        PROPERTY_ENTRY_U32("i2c-sda-hold-time-ns", 230),
        { },