diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2011-01-25 22:08:05 +0100 | 
|---|---|---|
| committer | Arnd Bergmann <arnd@arndb.de> | 2011-03-02 00:02:40 +0100 | 
| commit | 5edc341313a188d94cde7ef87ac31647cea8601a (patch) | |
| tree | 081cb8074de5abb9592e38e314505998bf99cd90 /drivers/tty/n_hdlc.c | |
| parent | f51b452bed4ae5c20e1f8a790e4ed8663d909a40 (diff) | |
| download | olio-linux-3.10-5edc341313a188d94cde7ef87ac31647cea8601a.tar.xz olio-linux-3.10-5edc341313a188d94cde7ef87ac31647cea8601a.zip  | |
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/n_hdlc.c')
| -rw-r--r-- | drivers/tty/n_hdlc.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/tty/n_hdlc.c b/drivers/tty/n_hdlc.c index 52fc0c9a636..cea56033b34 100644 --- a/drivers/tty/n_hdlc.c +++ b/drivers/tty/n_hdlc.c @@ -97,7 +97,6 @@  #include <linux/slab.h>  #include <linux/tty.h>  #include <linux/errno.h> -#include <linux/smp_lock.h>  #include <linux/string.h>	/* used in new tty drivers */  #include <linux/signal.h>	/* used in new tty drivers */  #include <linux/if.h>  |