diff options
| author | 2010-11-17 16:26:55 +0100 | |
|---|---|---|
| committer | 2010-11-17 08:59:32 -0800 | |
| commit | 451a3c24b0135bce54542009b5fde43846c7cf67 (patch) | |
| tree | f0fbbcc155aef2a1ffcb8aa593fe7a966d0e6900 /arch/tile/kernel/signal.c | |
| parent | staging/stradis: mark as "depends on BKL" (diff) | |
| download | linux-dev-451a3c24b0135bce54542009b5fde43846c7cf67.tar.xz linux-dev-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 'arch/tile/kernel/signal.c')
| -rw-r--r-- | arch/tile/kernel/signal.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/tile/kernel/signal.c b/arch/tile/kernel/signal.c index 687719d4abd1..757407e36696 100644 --- a/arch/tile/kernel/signal.c +++ b/arch/tile/kernel/signal.c @@ -16,7 +16,6 @@ #include <linux/sched.h> #include <linux/mm.h> #include <linux/smp.h> -#include <linux/smp_lock.h> #include <linux/kernel.h> #include <linux/signal.h> #include <linux/errno.h> |
