Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 280679
b: refs/heads/master
c: 8b3ffa1
h: refs/heads/master
i:
  280677: c7c15a8
  280675: 1f2e203
  280671: faa1e5b
v: v3
  • Loading branch information
Jiri Slaby authored and Greg Kroah-Hartman committed Nov 17, 2011
1 parent 206fe51 commit 96c2974
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 20 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 484af54d432c39891ff27ad0e5194d28513063cc
refs/heads/master: 8b3ffa173ffa13ac47c1d7524af92d4b2c95abfc
20 changes: 1 addition & 19 deletions trunk/drivers/tty/tty_ldisc.c
Original file line number Diff line number Diff line change
@@ -1,19 +1,11 @@
#include <linux/types.h>
#include <linux/major.h>
#include <linux/errno.h>
#include <linux/signal.h>
#include <linux/fcntl.h>
#include <linux/kmod.h>
#include <linux/sched.h>
#include <linux/interrupt.h>
#include <linux/tty.h>
#include <linux/tty_driver.h>
#include <linux/tty_flip.h>
#include <linux/devpts_fs.h>
#include <linux/file.h>
#include <linux/console.h>
#include <linux/timer.h>
#include <linux/ctype.h>
#include <linux/kd.h>
#include <linux/mm.h>
#include <linux/string.h>
#include <linux/slab.h>
Expand All @@ -24,18 +16,8 @@
#include <linux/device.h>
#include <linux/wait.h>
#include <linux/bitops.h>
#include <linux/delay.h>
#include <linux/seq_file.h>

#include <linux/uaccess.h>
#include <asm/system.h>

#include <linux/kbd_kern.h>
#include <linux/vt_kern.h>
#include <linux/selection.h>

#include <linux/kmod.h>
#include <linux/nsproxy.h>

/*
* This guards the refcounted line discipline lists. The lock
Expand Down

0 comments on commit 96c2974

Please sign in to comment.