Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

i2c: qcom-cci: Remove unused struct member cci_clk_rate

The removal of the supply clock rate check implies a need to remove
some unnecessary left-over data from the driver as well.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>

authored by

Vladimir Zapolskiy and committed by
Andi Shyti
b641af68 c5eda033

-4
-4
drivers/i2c/busses/i2c-qcom-cci.c
··· 120 120 unsigned int num_masters; 121 121 struct i2c_adapter_quirks quirks; 122 122 u16 queue_size[NUM_QUEUES]; 123 - unsigned long cci_clk_rate; 124 123 struct hw_params params[3]; 125 124 }; 126 125 ··· 681 682 .max_write_len = 10, 682 683 .max_read_len = 12, 683 684 }, 684 - .cci_clk_rate = 19200000, 685 685 .params[I2C_MODE_STANDARD] = { 686 686 .thigh = 78, 687 687 .tlow = 114, ··· 714 716 .max_write_len = 10, 715 717 .max_read_len = 12, 716 718 }, 717 - .cci_clk_rate = 19200000, 718 719 .params[I2C_MODE_STANDARD] = { 719 720 .thigh = 78, 720 721 .tlow = 114, ··· 747 750 .max_write_len = 11, 748 751 .max_read_len = 12, 749 752 }, 750 - .cci_clk_rate = 37500000, 751 753 .params[I2C_MODE_STANDARD] = { 752 754 .thigh = 201, 753 755 .tlow = 174,