Commit 64807081 authored by jdl@freescale.com's avatar jdl@freescale.com Committed by Paul Mackerras

[PATCH] powerpc: Make check_bugs() static inline

Make check_bugs() static inline and remove it from syscalls.c.
Signed-off-by: default avatarJon Loeliger <jdl@freescale.com>
Signed-off-by: default avatarKumar Gala <kumar.gala@freescale.com>
Signed-off-by: default avatarPaul Mackerras <paulus@samba.org>
parent a37c8875
......@@ -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..
......
......@@ -46,10 +46,6 @@
extern unsigned long wall_jiffies;
void
check_bugs(void)
{
}
/*
* sys_ipc() is the de-multiplexer for the SysV IPC calls..
......
......@@ -13,6 +13,6 @@
* architecture-dependent bugs.
*/
extern void check_bugs(void);
static inline void check_bugs(void) { }
#endif /* _ASM_POWERPC_BUGS_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment