Fixes up a recently introduced build error. Reported-by: Kyle McMartin <kyle@mcmartin.ca> Signed-off-by: Paul Mundt <lethal@linux-sh.org>
8 lines
221 B
C
8 lines
221 B
C
#ifndef __ASM_SH_PERF_COUNTER_H
|
|
#define __ASM_SH_PERF_COUNTER_H
|
|
|
|
/* SH only supports software counters through this interface. */
|
|
static inline void set_perf_counter_pending(void) {}
|
|
|
|
#endif /* __ASM_SH_PERF_COUNTER_H */
|