#ifndef __CLKSOURCE_TIMER_SP804_H #define __CLKSOURCE_TIMER_SP804_H struct clk; int __sp804_clocksource_and_sched_clock_init(void __iomem *, const char *, struct clk *, int); int __sp804_clockevents_init(void __iomem *, unsigned int, struct clk *, const char *); void sp804_timer_disable(void __iomem *); static inline void sp804_clocksource_init(void __iomem *base, const char *name) { __sp804_clocksource_and_sched_clock_init(base, name, NULL, 0); } static inline void sp804_clocksource_and_sched_clock_init(void __iomem *base, const char *name) { __sp804_clocksource_and_sched_clock_init(base, name, NULL, 1); } static inline void sp804_clockevents_init(void __iomem *base, unsigned int irq, const char *name) { __sp804_clockevents_init(base, irq, NULL, name); } #endif -next.git/'>net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2016-05-26 10:15:18 +0300
committerJani Nikula <jani.nikula@intel.com>2016-05-30 13:38:53 +0300
commit2e83ecb834ca923806fd58fab17d9f405767e1d9 (patch)
treee9b9e9bec7b49b6a19c2db88829d0ecda9bf4cd1
parent89a66d76109935aad387a5058f120aeb8246ae40 (diff)
sphinx: update docbook->rst conversion script match C domain spec
Function references should include the parens (), struct references should not include "struct". Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Diffstat
-rw-r--r--Documentation/sphinx/convert_template.sed8
1 files changed, 4 insertions, 4 deletions
diff --git a/Documentation/sphinx/convert_template.sed b/Documentation/sphinx/convert_template.sed