diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:52:57 +0100 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2010-02-27 12:52:57 +0100 |
commit | 8facefd0907ae16f96a35bef7ce654206d87c2fc (patch) | |
tree | 4c5e40342ddc1c7b7f216bc98f986f886d5fec4a /arch/mips/sibyte | |
parent | b2b13cdfd05ec331e1be3bbdd593d66840c0b688 (diff) | |
download | op-kernel-dev-8facefd0907ae16f96a35bef7ce654206d87c2fc.zip op-kernel-dev-8facefd0907ae16f96a35bef7ce654206d87c2fc.tar.gz |
MIPS: Don't include <linux/smp_lock.h> unnecessarily.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/sibyte')
-rw-r--r-- | arch/mips/sibyte/common/sb_tbprof.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/sibyte/common/sb_tbprof.c b/arch/mips/sibyte/common/sb_tbprof.c index 15ea778..ed2453e 100644 --- a/arch/mips/sibyte/common/sb_tbprof.c +++ b/arch/mips/sibyte/common/sb_tbprof.c @@ -28,7 +28,6 @@ #include <linux/init.h> #include <linux/interrupt.h> #include <linux/slab.h> -#include <linux/smp_lock.h> #include <linux/vmalloc.h> #include <linux/fs.h> #include <linux/errno.h> |