forked from Minki/linux
[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:
parent
4925c7e222
commit
5ea732fba7
@ -16,7 +16,7 @@
|
||||
* void check_bugs(void);
|
||||
*/
|
||||
|
||||
static void __init check_bugs(void)
|
||||
static inline void check_bugs(void)
|
||||
{
|
||||
/* s390 has no bugs ... */
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user