projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a93151a
)
platform/x86: intel_pmc_ipc: Remove unused iTCO_version variable
author
Guenter Roeck
<
[email protected]
>
Tue, 3 Jan 2017 14:46:14 +0000
(06:46 -0800)
committer
Andy Shevchenko
<
[email protected]
>
Fri, 3 Feb 2017 12:04:53 +0000
(14:04 +0200)
iTCO_version was there since the driver was introduced but never used.
Drop it.
Signed-off-by: Guenter Roeck <
[email protected]
>
Signed-off-by: Andy Shevchenko <
[email protected]
>
drivers/platform/x86/intel_pmc_ipc.c
patch
|
blob
|
history
diff --git
a/drivers/platform/x86/intel_pmc_ipc.c
b/drivers/platform/x86/intel_pmc_ipc.c
index 0bf51d574fa9a47ada5e6e0b3c98d6cb4d710581..59a86121105b4116ed4547917599b66665351aa7 100644
(file)
--- 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;