summaryrefslogtreecommitdiff
path: root/include/linux/printk.h
diff options
context:
space:
mode:
authorPetr Mladek <pmladek@suse.com>2022-10-04 15:55:55 +0200
committerPetr Mladek <pmladek@suse.com>2022-10-04 15:55:55 +0200
commitc77ae0b86322fe91115d8188cbd3b36ecdb8120e (patch)
tree67caa20cf54a7b44ac5c043ca4a2d5740eb34e82 /include/linux/printk.h
parentda743a92e5895eb1b225de7d9806274fdbd43061 (diff)
parent78ba392c84c74903b979c1ef5ded93430acd9ad6 (diff)
Merge branch 'rework/kthreads' into for-linus
Diffstat (limited to 'include/linux/printk.h')
-rw-r--r--include/linux/printk.h7
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;