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

Commit 3786fc71 authored by roel kluin's avatar roel kluin Committed by Ingo Molnar
Browse files

irq: make variable static



This variable is only used in the source file, so make it static.

Signed-off-by: default avatarRoel Kluin <roel.kluin@gmail.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent b6f3b780
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -220,7 +220,7 @@ void unregister_handler_proc(unsigned int irq, struct irqaction *action)
	}
}

void register_default_affinity_proc(void)
static void register_default_affinity_proc(void)
{
#ifdef CONFIG_SMP
	proc_create("irq/default_smp_affinity", 0600, NULL,