clocksource/drivers/timer-microchip-pit64b: Fix compilation warnings
authorClaudiu Beznea <claudiu.beznea@microchip.com>
Thu, 9 Jun 2022 09:40:41 +0000 (12:40 +0300)
committerDaniel Lezcano <daniel.lezcano@linaro.org>
Fri, 15 Jul 2022 22:52:43 +0000 (00:52 +0200)
commit278150b2151ee77ab66204ae2e53a3f94cb4b015
treecb364ed1c8b8d3bf1c92c02c8323d4e134f3249a
parentb02180e899c9e04ba6efda7bdf36d9ad028c9f4f
clocksource/drivers/timer-microchip-pit64b: Fix compilation warnings

Fix the following compilation warnings:
timer-microchip-pit64b.c:68: warning: cannot understand function prototype: 'struct mchp_pit64b_clkevt '
timer-microchip-pit64b.c:82: warning: cannot understand function prototype: 'struct mchp_pit64b_clksrc '
timer-microchip-pit64b.c:283: warning: Function parameter or member 'timer' not described in 'mchp_pit64b_init_mode'
timer-microchip-pit64b.c:283: warning: Function parameter or member 'max_rate' not described in 'mchp_pit64b_init_mode'

Signed-off-by: Claudiu Beznea <claudiu.beznea@microchip.com>
Link: https://lore.kernel.org/r/20220609094041.1796372-4-claudiu.beznea@microchip.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
drivers/clocksource/timer-microchip-pit64b.c