Commit 596c1242 authored by Guenter Roeck's avatar Guenter Roeck Committed by Andy Shevchenko

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: default avatarGuenter Roeck <linux@roeck-us.net>
Signed-off-by: default avatarAndy Shevchenko <andriy.shevchenko@linux.intel.com>
parent a93151a7
......@@ -97,8 +97,6 @@
#define TCO_PMC_OFFSET 0x8
#define TCO_PMC_SIZE 0x4
static const int iTCO_version = 3;
static struct intel_pmc_ipc_dev {
struct device *dev;
void __iomem *ipc_base;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment