summaryrefslogtreecommitdiffstats
path: root/include/asm-i386/mach-numaq
diff options
context:
space:
mode:
authorMatthew Dobson2005-06-07 22:22:05 +0200
committerLinus Torvalds2005-06-07 22:39:26 +0200
commiteda9937656e0b9879ca521140fe61cbc9788c398 (patch)
tree86c234bdcf33d664ed9881a9282976be9aa8e454 /include/asm-i386/mach-numaq
parent[PATCH] Include <linux/config.h> before testing CONFIG_ACPI (diff)
downloadkernel-qcow2-linux-eda9937656e0b9879ca521140fe61cbc9788c398.tar.gz
kernel-qcow2-linux-eda9937656e0b9879ca521140fe61cbc9788c398.tar.xz
kernel-qcow2-linux-eda9937656e0b9879ca521140fe61cbc9788c398.zip
[PATCH] send_IPI_mask_sequence() warning fix
In file included from arch/i386/kernel/smp.c:235: include/asm-i386/mach-numaq/mach_ipi.h:4: warning: `send_IPI_mask_sequence' declared inline after its definition Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/asm-i386/mach-numaq')
-rw-r--r--include/asm-i386/mach-numaq/mach_ipi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-i386/mach-numaq/mach_ipi.h b/include/asm-i386/mach-numaq/mach_ipi.h
index 1b46fd3f2ae3..c6044488e9e6 100644
--- a/include/asm-i386/mach-numaq/mach_ipi.h
+++ b/include/asm-i386/mach-numaq/mach_ipi.h
@@ -1,7 +1,7 @@
#ifndef __ASM_MACH_IPI_H
#define __ASM_MACH_IPI_H
-inline void send_IPI_mask_sequence(cpumask_t, int vector);
+void send_IPI_mask_sequence(cpumask_t, int vector);
static inline void send_IPI_mask(cpumask_t mask, int vector)
{