diff options
Diffstat (limited to 'include/linux')
-rw-r--r-- | include/linux/kernel.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/kernel.h b/include/linux/kernel.h index f2a668c195bf..4cb8d3df414e 100644 --- a/include/linux/kernel.h +++ b/include/linux/kernel.h | |||
@@ -207,7 +207,7 @@ static inline bool printk_timed_ratelimit(unsigned long *caller_jiffies, \ | |||
207 | { return false; } | 207 | { return false; } |
208 | #endif | 208 | #endif |
209 | 209 | ||
210 | extern void __attribute__((format(printf, 1, 2))) | 210 | extern void asmlinkage __attribute__((format(printf, 1, 2))) |
211 | early_printk(const char *fmt, ...); | 211 | early_printk(const char *fmt, ...); |
212 | 212 | ||
213 | unsigned long int_sqrt(unsigned long); | 213 | unsigned long int_sqrt(unsigned long); |