clocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimer
authorChristophe JAILLET <christophe.jaillet@wanadoo.fr>
Tue, 30 Apr 2024 21:42:39 +0000 (23:42 +0200)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 10 May 2024 08:41:52 +0000 (10:41 +0200)
commite6f8bed209d5fa8602cda45930b0a331234d95ed
treedcb078cd259338d1e6b9ae937fd86b228df23b5e
parent37385c0772a4fc6b89605b9701fa934fa2beb2cc
clocksource/drivers/timer-ti-dm: Remove an unused field in struct dmtimer

In "struct dmtimer", the 'rate' 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/c9f7579922c587fce334a1aa9651f3189de7a00b.1714513336.git.christophe.jaillet@wanadoo.fr
drivers/clocksource/timer-ti-dm.c