]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
x86/io_apic: Make eoi_ioapic_pin() static
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Fri, 9 Oct 2015 14:24:45 +0000 (17:24 +0300)
committerThomas Gleixner <tglx@linutronix.de>
Sun, 11 Oct 2015 19:10:31 +0000 (21:10 +0200)
commit4faefda97bc1be6ca909ba0fd0927ea78f37f67e
treefde2072cf51a985d55a12aaf08c16aa07affdbdd
parenta7e705af524d165fe7bc303aee82225c66734885
x86/io_apic: Make eoi_ioapic_pin() static

We have to define internally used function as static, otherwise the following
warning will be generated:

arch/x86/kernel/apic/io_apic.c:532:6: warning: no previous prototype for 'eoi_ioapic_pin' [-Wmissing-prototypes]

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Jiang Liu <jiang.liu@linux.intel.com>
Link: http://lkml.kernel.org/r/1444400685-98611-1-git-send-email-andriy.shevchenko@linux.intel.com
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
arch/x86/kernel/apic/io_apic.c