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

Commit ec43c014 authored by Ralf Baechle's avatar Ralf Baechle
Browse files

[MIPS] SMTC: Fix module build by exporting symbol

parent a0b62180
Loading
Loading
Loading
Loading
+3 −0
Original line number Original line Diff line number Diff line
@@ -4,6 +4,7 @@
#include <linux/sched.h>
#include <linux/sched.h>
#include <linux/cpumask.h>
#include <linux/cpumask.h>
#include <linux/interrupt.h>
#include <linux/interrupt.h>
#include <linux/module.h>


#include <asm/cpu.h>
#include <asm/cpu.h>
#include <asm/processor.h>
#include <asm/processor.h>
@@ -1047,6 +1048,8 @@ void smtc_ipi_replay(void)
	}
	}
}
}


EXPORT_SYMBOL(smtc_ipi_replay);

void smtc_idle_loop_hook(void)
void smtc_idle_loop_hook(void)
{
{
#ifdef SMTC_IDLE_HOOK_DEBUG
#ifdef SMTC_IDLE_HOOK_DEBUG