Skip to content

Commit

Permalink
[S390] check_bugs() should be inline.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Mar 5, 2007
1 parent 4925c7e commit 5ea732f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/asm-s390/bugs.h
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
* void check_bugs(void);
*/

static void __init check_bugs(void)
static inline void check_bugs(void)
{
/* s390 has no bugs ... */
}

0 comments on commit 5ea732f

Please sign in to comment.