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

Configure Feed

Select the types of activity you want to include in your feed.

i2c: qcom-cci: Remove unused CCI_RES_MAX macro definition

Trivial change, a never used macro CCI_RES_MAX can be removed from
the CCI driver.

Signed-off-by: Vladimir Zapolskiy <vladimir.zapolskiy@linaro.org>
Reviewed-by: Loic Poulain <loic.poulain@oss.qualcomm.com>
Reviewed-by: Konrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20260326165345.762807-1-vladimir.zapolskiy@linaro.org

authored by

Vladimir Zapolskiy and committed by
Andi Shyti
3762e535 cfb839de

-3
-3
drivers/i2c/busses/i2c-qcom-cci.c
··· 71 71 #define NUM_MASTERS 2 72 72 #define NUM_QUEUES 2 73 73 74 - /* Max number of resources + 1 for a NULL terminator */ 75 - #define CCI_RES_MAX 6 76 - 77 74 #define CCI_I2C_SET_PARAM 1 78 75 #define CCI_I2C_REPORT 8 79 76 #define CCI_I2C_WRITE 9