Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 60479ed5 authored by Jaswinder Singh Rajput's avatar Jaswinder Singh Rajput Committed by Live-CD User
Browse files

tty: includecheck fix: drivers/char, vt.c



fix the following 'make includecheck' warning:

  drivers/char/vt.c: linux/device.h is included more than once.

Signed-off-by: default avatarJaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 182274f8
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2955,7 +2955,6 @@ int __init vty_init(const struct file_operations *console_fops)
}

#ifndef VT_SINGLE_DRIVER
#include <linux/device.h>

static struct class *vtconsole_class;