diff options
author | Guenter Roeck <linux@roeck-us.net> | 2017-01-03 09:46:14 -0500 |
---|---|---|
committer | Andy Shevchenko <andriy.shevchenko@linux.intel.com> | 2017-02-03 07:04:53 -0500 |
commit | 596c12423264917bb1086ab11571a5c884a70e9c (patch) | |
tree | 3c6dc8054087ae6bfa967f3ba01d568cede914ed /drivers/platform/x86/intel_pmc_ipc.c | |
parent | a93151a72061e944a4915458b1b1d6d505c03bbf (diff) |
platform/x86: intel_pmc_ipc: Remove unused iTCO_version variable
iTCO_version was there since the driver was introduced but never used.
Drop it.
Signed-off-by: Guenter Roeck <linux@roeck-us.net>
Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Diffstat (limited to 'drivers/platform/x86/intel_pmc_ipc.c')
-rw-r--r-- | drivers/platform/x86/intel_pmc_ipc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/platform/x86/intel_pmc_ipc.c b/drivers/platform/x86/intel_pmc_ipc.c index 0bf51d574fa9..59a86121105b 100644 --- a/drivers/platform/x86/intel_pmc_ipc.c +++ b/drivers/platform/x86/intel_pmc_ipc.c | |||
@@ -97,8 +97,6 @@ | |||
97 | #define TCO_PMC_OFFSET 0x8 | 97 | #define TCO_PMC_OFFSET 0x8 |
98 | #define TCO_PMC_SIZE 0x4 | 98 | #define TCO_PMC_SIZE 0x4 |
99 | 99 | ||
100 | static const int iTCO_version = 3; | ||
101 | |||
102 | static struct intel_pmc_ipc_dev { | 100 | static struct intel_pmc_ipc_dev { |
103 | struct device *dev; | 101 | struct device *dev; |
104 | void __iomem *ipc_base; | 102 | void __iomem *ipc_base; |