提交 5ea732fb 编写于 作者: H Heiko Carstens 提交者: Martin Schwidefsky

[S390] check_bugs() should be inline.

Don't have functions in header files unless they are inline.
Signed-off-by: NHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: NMartin Schwidefsky <schwidefsky@de.ibm.com>
上级 4925c7e2
......@@ -16,7 +16,7 @@
* void check_bugs(void);
*/
static void __init check_bugs(void)
static inline void check_bugs(void)
{
/* s390 has no bugs ... */
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册