提交 d94d4adb 编写于 作者: P Paul Mundt

sh: make set_perf_counter_pending() static inline.

Fixes up a recently introduced build error.
Reported-by: NKyle McMartin <kyle@mcmartin.ca>
Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
上级 6f4b67b8
......@@ -2,6 +2,6 @@
#define __ASM_SH_PERF_COUNTER_H
/* SH only supports software counters through this interface. */
#define set_perf_counter_pending() do { } while (0)
static inline void set_perf_counter_pending(void) {}
#endif /* __ASM_SH_PERF_COUNTER_H */
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册