Skip to content
Commit cda03a9a authored by Philippe Mazenauer's avatar Philippe Mazenauer Committed by Daniel Lezcano
Browse files

clocksource/drivers/timer-ti-dm: Change to new style declaration



Variable 'dmtimer_ops' was declared const static instead of static const.

../drivers/clocksource/timer-ti-dm.c:899:1: warning: ‘static’ is not at beginning of declaration [-Wold-style-declaration]
 const static struct omap_dm_timer_ops dmtimer_ops = {
 ^~~~~

Signed-off-by: default avatarPhilippe Mazenauer <philippe.mazenauer@outlook.de>
Signed-off-by: default avatarDaniel Lezcano <daniel.lezcano@linaro.org>
parent 4dde821e
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment