[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>
This commit is contained in:
Heiko Carstens 2007-03-05 23:35:50 +01:00 committed by Martin Schwidefsky
parent 4925c7e222
commit 5ea732fba7

View file

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