Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d94d4adb authored by Paul Mundt's avatar Paul Mundt
Browse files

sh: make set_perf_counter_pending() static inline.



Fixes up a recently introduced build error.

Reported-by: default avatarKyle McMartin <kyle@mcmartin.ca>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 6f4b67b8
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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 */