From: Heiko Carstens Date: Mon, 5 Mar 2007 22:35:50 +0000 (+0100) Subject: [S390] check_bugs() should be inline. X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=5ea732fba7cf1ccded5e762f219a892be4d8d8dc;p=linux-beck.git [S390] check_bugs() should be inline. Don't have functions in header files unless they are inline. Signed-off-by: Heiko Carstens Signed-off-by: Martin Schwidefsky --- diff --git a/include/asm-s390/bugs.h b/include/asm-s390/bugs.h index 2c3659621314..011f1e6a2a6c 100644 --- a/include/asm-s390/bugs.h +++ b/include/asm-s390/bugs.h @@ -16,7 +16,7 @@ * void check_bugs(void); */ -static void __init check_bugs(void) +static inline void check_bugs(void) { /* s390 has no bugs ... */ }