summaryrefslogtreecommitdiffstats
path: root/drivers/clocksource/timer-u300.c
diff options
context:
space:
mode:
authorNathan Chancellor2019-03-27 06:01:27 +0100
committerDaniel Lezcano2019-04-16 14:26:54 +0200
commit4d86c9f73c5a9a7c3c0661e922509c2c51801671 (patch)
tree79f6972398ca649c4c79689d79c32aeea46fa352 /drivers/clocksource/timer-u300.c
parentclocksource/drivers/oxnas: Fix OX820 compatible (diff)
downloadkernel-qcow2-linux-4d86c9f73c5a9a7c3c0661e922509c2c51801671.tar.gz
kernel-qcow2-linux-4d86c9f73c5a9a7c3c0661e922509c2c51801671.tar.xz
kernel-qcow2-linux-4d86c9f73c5a9a7c3c0661e922509c2c51801671.zip
clocksource/drivers/timer-ti-dm: Remove omap_dm_timer_set_load_start
Commit 008258d995a6 ("clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() static") made omap_dm_time_set_load_start static because its prototype was not defined in a header. Unfortunately, this causes a build warning on multi_v7_defconfig because this function is not used anywhere in this translation unit: drivers/clocksource/timer-ti-dm.c:589:12: error: unused function 'omap_dm_timer_set_load_start' [-Werror,-Wunused-function] In fact, omap_dm_timer_set_load_start hasn't been used anywhere since commit f190be7f39a5 ("staging: tidspbridge: remove driver") and the prototype was removed in commit 592ea6bd1fad ("clocksource: timer-ti-dm: Make unexported functions static"), which is probably where this should have happened. Fixes: 592ea6bd1fad ("clocksource: timer-ti-dm: Make unexported functions static") Fixes: 008258d995a6 ("clocksource/drivers/timer-ti-dm: Make omap_dm_timer_set_load_start() static") Signed-off-by: Nathan Chancellor <natechancellor@gmail.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Daniel Lezcano <daniel.lezcano@linaro.org>
Diffstat (limited to 'drivers/clocksource/timer-u300.c')
0 files changed, 0 insertions, 0 deletions