mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-04-02 05:17:57 +07:00
[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);
|
* void check_bugs(void);
|
||||||
*/
|
*/
|
||||||
|
|
||||||
static void __init check_bugs(void)
|
static inline void check_bugs(void)
|
||||||
{
|
{
|
||||||
/* s390 has no bugs ... */
|
/* s390 has no bugs ... */
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user