aboutsummaryrefslogtreecommitdiffstats
path: root/fs/proc
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 /fs/proc
parentda743a92e5895eb1b225de7d9806274fdbd43061 (diff)
parent78ba392c84c74903b979c1ef5ded93430acd9ad6 (diff)
downloadlinux-c77ae0b86322fe91115d8188cbd3b36ecdb8120e.tar.gz
Merge branch 'rework/kthreads' into for-linus
Diffstat (limited to 'fs/proc')
-rw-r--r--fs/proc/kmsg.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c
index b38ad552887fb..9d6950ac10fe8 100644
--- a/fs/proc/kmsg.c
+++ b/fs/proc/kmsg.c
@@ -18,8 +18,6 @@
#include <linux/uaccess.h>
#include <asm/io.h>
-extern wait_queue_head_t log_wait;
-
static int kmsg_open(struct inode * inode, struct file * file)
{
return do_syslog(SYSLOG_ACTION_OPEN, NULL, 0, SYSLOG_FROM_PROC);