summaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2017-03-13 19:53:01 +0200
committerLee Jones <lee.jones@linaro.org>2017-04-27 09:25:04 +0100
commit8fafcd99bde2db25022a10f3d35759395a7e3d3c (patch)
treefd95e7fcb1239d313e134978ac01b8d8a001c904 /drivers/mfd
parentca691f7118087a652e4d6c83a30f5ed6d5acbf14 (diff)
mfd: intel-lpss: Remove left over variable
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>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/intel-lpss-acpi.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/mfd/intel-lpss-acpi.c b/drivers/mfd/intel-lpss-acpi.c
index 6bf8d643d942..7911b0a14a6d 100644
--- a/drivers/mfd/intel-lpss-acpi.c
+++ b/drivers/mfd/intel-lpss-acpi.c
@@ -22,10 +22,6 @@
#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),
{ },