thermal/drivers/k3_bandgap: Remove some unused fields in struct k3_bandgap
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 9 Apr 2024 19:56:43 +0000 (21:56 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Tue, 23 Apr 2024 10:40:29 +0000 (12:40 +0200)
commit61fad0a90685d3aaafb05fb6abc1fe39fbb90320
tree858c6aeb98e25fde518158636f79cc633ba44640
parent0a0c8db8843c5d5e22e2ee275c35d6ecd0659414
thermal/drivers/k3_bandgap: Remove some unused fields in struct k3_bandgap

In "struct k3_bandgap", the 'conf' field is unused.
Remove it.

Found with cppcheck, unusedStructMember.

Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Link: https://lore.kernel.org/r/206d39bed9ec6df9b4d80b1fc064e499389fc7fc.1712687420.git.christophe.jaillet@wanadoo.fr
drivers/thermal/k3_bandgap.c