aboutsummaryrefslogtreecommitdiffstats
path: root/arch/ppc/kernel/syscalls.c
diff options
context:
space:
mode:
authorjdl@freescale.com <jdl@freescale.com>2005-09-07 15:56:20 -0500
committerPaul Mackerras <paulus@samba.org>2005-09-09 22:11:35 +1000
commit64807081e38703617cf9a5d71db14ea2b3e1cb04 (patch)
tree81f2be3978b4f39b292343e11a831bd569ee6af0 /arch/ppc/kernel/syscalls.c
parent[PATCH] powerpc: Standardize on _ASM_POWERPC header symbol prefix (diff)
downloadlinux-dev-64807081e38703617cf9a5d71db14ea2b3e1cb04.tar.xz
linux-dev-64807081e38703617cf9a5d71db14ea2b3e1cb04.zip
[PATCH] powerpc: Make check_bugs() static inline
Make check_bugs() static inline and remove it from syscalls.c. Signed-off-by: Jon Loeliger <jdl@freescale.com> Signed-off-by: Kumar Gala <kumar.gala@freescale.com> Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to '')
-rw-r--r--arch/ppc/kernel/syscalls.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/arch/ppc/kernel/syscalls.c b/arch/ppc/kernel/syscalls.c
index 124313ce3c09..127f040de9de 100644
--- a/arch/ppc/kernel/syscalls.c
+++ b/arch/ppc/kernel/syscalls.c
@@ -41,10 +41,6 @@
#include <asm/ipc.h>
#include <asm/semaphore.h>
-void
-check_bugs(void)
-{
-}
/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..