diff options
author | Tony Lindgren <tony@atomide.com> | 2022-10-28 13:36:04 +0300 |
---|---|---|
committer | Daniel Lezcano <daniel.lezcano@kernel.org> | 2022-12-02 13:16:46 +0100 |
commit | dedb2aced3e958c6f4811d3e6b392652ff0eea01 (patch) | |
tree | e68d3c3c89ddc974d95cc43120af4aa367dc9dbc /include/clocksource/timer-ti-dm.h | |
parent | 9688498b1648aa98a3ee45d9f07763c099f6fb12 (diff) |
clocksource/drivers/timer-ti-dm: Make timer_get_irq static
We can make timer_get_irq() static as noted by Janusz. It is only used by
omap_rproc_get_timer_irq() via platform data.
Reported-by: Janusz Krzysztofik <jmkrzyszt@gmail.com>
Signed-off-by: Tony Lindgren <tony@atomide.com>
Link: https://lore.kernel.org/r/20221028103604.40385-1-tony@atomide.com
Signed-off-by: Daniel Lezcano <daniel.lezcano@kernel.org>
Diffstat (limited to 'include/clocksource/timer-ti-dm.h')
-rw-r--r-- | include/clocksource/timer-ti-dm.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/clocksource/timer-ti-dm.h b/include/clocksource/timer-ti-dm.h index 77eceeae708c..dcc1712f75e7 100644 --- a/include/clocksource/timer-ti-dm.h +++ b/include/clocksource/timer-ti-dm.h @@ -62,8 +62,6 @@ struct omap_dm_timer { }; -int omap_dm_timer_get_irq(struct omap_dm_timer *timer); - u32 omap_dm_timer_modify_idlect_mask(u32 inputmask); /* |