diff options
author | Arnd Bergmann <arnd@arndb.de> | 2011-01-25 16:08:05 -0500 |
---|---|---|
committer | Arnd Bergmann <arnd@arndb.de> | 2011-03-01 18:02:40 -0500 |
commit | 5edc341313a188d94cde7ef87ac31647cea8601a (patch) | |
tree | 081cb8074de5abb9592e38e314505998bf99cd90 /drivers/tty/tty_ldisc.c | |
parent | f51b452bed4ae5c20e1f8a790e4ed8663d909a40 (diff) |
drivers: remove extraneous includes of smp_lock.h
These were missed the last time I cleaned this up
globally, because of code moving around or new code
getting merged.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'drivers/tty/tty_ldisc.c')
-rw-r--r-- | drivers/tty/tty_ldisc.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/tty/tty_ldisc.c b/drivers/tty/tty_ldisc.c index 4214d58276f7..70808adae334 100644 --- a/drivers/tty/tty_ldisc.c +++ b/drivers/tty/tty_ldisc.c | |||
@@ -34,8 +34,6 @@ | |||
34 | #include <linux/vt_kern.h> | 34 | #include <linux/vt_kern.h> |
35 | #include <linux/selection.h> | 35 | #include <linux/selection.h> |
36 | 36 | ||
37 | #include <linux/smp_lock.h> /* For the moment */ | ||
38 | |||
39 | #include <linux/kmod.h> | 37 | #include <linux/kmod.h> |
40 | #include <linux/nsproxy.h> | 38 | #include <linux/nsproxy.h> |
41 | 39 | ||