From: Guenter Roeck Date: Tue, 3 Jan 2017 14:46:14 +0000 (-0800) Subject: platform/x86: intel_pmc_ipc: Remove unused iTCO_version variable X-Git-Tag: v4.14-rc1~1296^2~49 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=596c12423264917bb1086ab11571a5c884a70e9c;p=platform%2Fkernel%2Flinux-rpi3.git 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 Signed-off-by: Andy Shevchenko --- diff --git a/drivers/platform/x86/intel_pmc_ipc.c b/drivers/platform/x86/intel_pmc_ipc.c index 0bf51d5..59a8612 100644 --- a/drivers/platform/x86/intel_pmc_ipc.c +++ b/drivers/platform/x86/intel_pmc_ipc.c @@ -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;