]> rtime.felk.cvut.cz Git - hercules2020/nv-tegra/linux-4.4.git/commitdiff
soc/tegra: edp: Remove unused variable in CPU EDP driver
authorJon Hunter <jonathanh@nvidia.com>
Tue, 17 Jan 2017 14:57:43 +0000 (14:57 +0000)
committermobile promotions <svcmobile_promotions@nvidia.com>
Tue, 17 Jan 2017 17:24:08 +0000 (09:24 -0800)
The variable 'n_caps' is not used or needed and so remove this.

Bug 1811732

Change-Id: I1208eefa071c405aa266e7cb4782ce80bbf2832d
Signed-off-by: Jon Hunter <jonathanh@nvidia.com>
Reviewed-on: http://git-master/r/1286844
GVS: Gerrit_Virtual_Submit
Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com>
drivers/soc/tegra/tegra-cpu-edp.c

index 6fa75abe2cebf7b6b49c77d4228623919db725de..0481b8f33c0082b9db6a8a2473c2a937407654cd 100644 (file)
@@ -37,7 +37,6 @@
 #include <soc/tegra/tegra-ppm.h>
 
 struct cpu_edp_platform_data {
-       int n_caps;
        int freq_step;
        unsigned int reg_edp;
 };