summaryrefslogtreecommitdiffstats
path: root/include/asm-powerpc/bugs.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/asm-powerpc/bugs.h')
-rw-r--r--include/asm-powerpc/bugs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-powerpc/bugs.h b/include/asm-powerpc/bugs.h
index f5caee8558bf..42fdb73e3068 100644
--- a/include/asm-powerpc/bugs.h
+++ b/include/asm-powerpc/bugs.h
@@ -13,6 +13,6 @@
* architecture-dependent bugs.
*/
-extern void check_bugs(void);
+static inline void check_bugs(void) { }
#endif /* _ASM_POWERPC_BUGS_H */