diff options
| author | 2010-11-17 16:26:55 +0100 | |
|---|---|---|
| committer | 2010-11-17 08:59:32 -0800 | |
| commit | 451a3c24b0135bce54542009b5fde43846c7cf67 (patch) | |
| tree | f0fbbcc155aef2a1ffcb8aa593fe7a966d0e6900 /drivers/usb/core/file.c | |
| parent | staging/stradis: mark as "depends on BKL" (diff) | |
| download | wireguard-linux-451a3c24b0135bce54542009b5fde43846c7cf67.tar.xz wireguard-linux-451a3c24b0135bce54542009b5fde43846c7cf67.zip | |
BKL: remove extraneous #include <smp_lock.h>
The big kernel lock has been removed from all these files at some point,
leaving only the #include.
Remove this too as a cleanup.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/usb/core/file.c')
| -rw-r--r-- | drivers/usb/core/file.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/core/file.c b/drivers/usb/core/file.c index 9fe34fb78ef1..cf6a5423de09 100644 --- a/drivers/usb/core/file.c +++ b/drivers/usb/core/file.c @@ -19,7 +19,6 @@ #include <linux/errno.h> #include <linux/rwsem.h> #include <linux/slab.h> -#include <linux/smp_lock.h> #include <linux/usb.h> #include "usb.h" |
