mirror of
https://github.com/team-infusion-developers/android_kernel_samsung_msm8976.git
synced 2024-11-07 04:09:21 +00:00
irq: make variable static
This variable is only used in the source file, so make it static. Signed-off-by: Roel Kluin <roel.kluin@gmail.com> Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
parent
b6f3b7803a
commit
3786fc710c
1 changed files with 1 additions and 1 deletions
|
@ -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,
|
||||
|
|
Loading…
Reference in a new issue