Skip to content

Commit

Permalink
tty: includecheck fix: drivers/char, vt.c
Browse files Browse the repository at this point in the history
fix the following 'make includecheck' warning:

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

Signed-off-by: Jaswinder Singh Rajput <jaswinderrajput@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Jaswinder Singh Rajput authored and Live-CD User committed Sep 19, 2009
1 parent 182274f commit 60479ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion drivers/char/vt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 60479ed

Please sign in to comment.