mirror of
https://github.com/edk2-porting/linux-next.git
synced 2024-11-20 16:46:23 +08:00
sparc: fix sparse warning in kernel/pmc.c
Fix following warning: arch/sparc/kernel/pmc.c:41:6: warning: symbol 'pmc_swift_idle' was not declared. Should it be static? It was not used outside this file - make it static Signed-off-by: Sam Ravnborg <sam@ravnborg.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
efe6c3dd8b
commit
39f6649b61
@ -38,7 +38,7 @@ static u8 __iomem *regs;
|
||||
* CPU idle callback function
|
||||
* See .../arch/sparc/kernel/process.c
|
||||
*/
|
||||
void pmc_swift_idle(void)
|
||||
static void pmc_swift_idle(void)
|
||||
{
|
||||
#ifdef PMC_DEBUG_LED
|
||||
set_auxio(0x00, AUXIO_LED);
|
||||
|
Loading…
Reference in New Issue
Block a user