summaryrefslogtreecommitdiff
path: root/drivers/tty/tty_io.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-01-25 22:08:05 +0100
committerArnd Bergmann <arnd@arndb.de>2011-03-02 00:02:40 +0100
commit5edc341313a188d94cde7ef87ac31647cea8601a (patch)
tree081cb8074de5abb9592e38e314505998bf99cd90 /drivers/tty/tty_io.c
parentf51b452bed4ae5c20e1f8a790e4ed8663d909a40 (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_io.c')
-rw-r--r--drivers/tty/tty_io.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/tty_io.c b/drivers/tty/tty_io.c
index 0065da4b11c1..cf73d5bd0dce 100644
--- a/drivers/tty/tty_io.c
+++ b/drivers/tty/tty_io.c
@@ -90,7 +90,6 @@
#include <linux/proc_fs.h>
#include <linux/init.h>
#include <linux/module.h>
-#include <linux/smp_lock.h>
#include <linux/device.h>
#include <linux/wait.h>
#include <linux/bitops.h>