summaryrefslogtreecommitdiff
path: root/drivers/tty/vt/selection.c
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2011-01-25 21:08:05 (GMT)
committerArnd Bergmann <arnd@arndb.de>2011-03-01 23:02:40 (GMT)
commit5edc341313a188d94cde7ef87ac31647cea8601a (patch)
tree081cb8074de5abb9592e38e314505998bf99cd90 /drivers/tty/vt/selection.c
parentf51b452bed4ae5c20e1f8a790e4ed8663d909a40 (diff)
downloadlinux-fsl-qoriq-5edc341313a188d94cde7ef87ac31647cea8601a.tar.xz
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/vt/selection.c')
-rw-r--r--drivers/tty/vt/selection.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/vt/selection.c b/drivers/tty/vt/selection.c
index c956ed6..adf0ad2 100644
--- a/drivers/tty/vt/selection.c
+++ b/drivers/tty/vt/selection.c
@@ -26,7 +26,6 @@
#include <linux/selection.h>
#include <linux/tiocl.h>
#include <linux/console.h>
-#include <linux/smp_lock.h>
/* Don't take this from <ctype.h>: 011-015 on the screen aren't spaces */
#define isspace(c) ((c) == ' ')