Browse Source

[S390] check_bugs() should be inline.

Don't have functions in header files unless they are inline.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Heiko Carstens 18 năm trước cách đây
mục cha
commit
5ea732fba7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      include/asm-s390/bugs.h

+ 1 - 1
include/asm-s390/bugs.h

@@ -16,7 +16,7 @@
  *      void check_bugs(void);
  */
 
-static void __init check_bugs(void)
+static inline void check_bugs(void)
 {
   /* s390 has no bugs ... */
 }