diff options
author | Petr Mladek <pmladek@suse.com> | 2022-10-04 16:55:55 +0300 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2022-10-04 16:55:55 +0300 |
commit | c77ae0b86322fe91115d8188cbd3b36ecdb8120e (patch) | |
tree | 67caa20cf54a7b44ac5c043ca4a2d5740eb34e82 /include/linux/printk.h | |
parent | da743a92e5895eb1b225de7d9806274fdbd43061 (diff) | |
parent | 78ba392c84c74903b979c1ef5ded93430acd9ad6 (diff) | |
download | linux-c77ae0b86322fe91115d8188cbd3b36ecdb8120e.tar.xz |
Merge branch 'rework/kthreads' into for-linus
Diffstat (limited to 'include/linux/printk.h')
-rw-r--r-- | include/linux/printk.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/include/linux/printk.h b/include/linux/printk.h index cf7d666ab1f8..8c81806c2e99 100644 --- a/include/linux/printk.h +++ b/include/linux/printk.h @@ -169,8 +169,6 @@ extern void __printk_safe_exit(void); #define printk_deferred_enter __printk_safe_enter #define printk_deferred_exit __printk_safe_exit -extern bool pr_flush(int timeout_ms, bool reset_on_progress); - /* * Please don't use printk_ratelimit(), because it shares ratelimiting state * with all other unrelated printk_ratelimit() callsites. Instead use @@ -221,11 +219,6 @@ static inline void printk_deferred_exit(void) { } -static inline bool pr_flush(int timeout_ms, bool reset_on_progress) -{ - return true; -} - static inline int printk_ratelimit(void) { return 0; |