Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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;