diff options
author | Petr Mladek <pmladek@suse.com> | 2022-10-04 15:55:55 +0200 |
---|---|---|
committer | Petr Mladek <pmladek@suse.com> | 2022-10-04 15:55:55 +0200 |
commit | c77ae0b86322fe91115d8188cbd3b36ecdb8120e (patch) | |
tree | 67caa20cf54a7b44ac5c043ca4a2d5740eb34e82 /fs/proc | |
parent | da743a92e5895eb1b225de7d9806274fdbd43061 (diff) | |
parent | 78ba392c84c74903b979c1ef5ded93430acd9ad6 (diff) | |
download | linux-c77ae0b86322fe91115d8188cbd3b36ecdb8120e.tar.bz2 |
Merge branch 'rework/kthreads' into for-linus
Diffstat (limited to 'fs/proc')
-rw-r--r-- | fs/proc/kmsg.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/proc/kmsg.c b/fs/proc/kmsg.c index b38ad552887f..9d6950ac10fe 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); |