Commit 5ea732fb authored by Heiko Carstens's avatar Heiko Carstens Committed by Martin Schwidefsky

[S390] check_bugs() should be inline.

Don't have functions in header files unless they are inline.
Signed-off-by: default avatarHeiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment