[MIPS] unexport null_perf_irq() and make it static
This patch unexports the null_perf_irq() symbol, and simultaneously makes this function static. Signed-off-by: Dmitri Vorobiev <dmitri.vorobiev@gmail.com> Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
This commit is contained in:

committed by
Ralf Baechle

parent
c5b0680aa1
commit
46684734dd
@@ -49,13 +49,11 @@ int update_persistent_clock(struct timespec now)
|
||||
return rtc_mips_set_mmss(now.tv_sec);
|
||||
}
|
||||
|
||||
int null_perf_irq(void)
|
||||
static int null_perf_irq(void)
|
||||
{
|
||||
return 0;
|
||||
}
|
||||
|
||||
EXPORT_SYMBOL(null_perf_irq);
|
||||
|
||||
int (*perf_irq)(void) = null_perf_irq;
|
||||
|
||||
EXPORT_SYMBOL(perf_irq);
|
||||
|
Reference in New Issue
Block a user