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

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

authored by

Christophe JAILLET and committed by
Daniel Lezcano
e6f8bed2 37385c07

-1
-1
drivers/clocksource/timer-ti-dm.c
··· 129 129 void __iomem *func_base; /* function register base */ 130 130 131 131 atomic_t enabled; 132 - unsigned long rate; 133 132 unsigned reserved:1; 134 133 unsigned posted:1; 135 134 unsigned omap1:1;