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>
此提交包含在:
Arnd Bergmann
2010-11-17 16:26:55 +01:00
提交者 Linus Torvalds
父節點 55f6561c69
當前提交 451a3c24b0
共有 137 個檔案被更改,包括 0 行新增137 行删除

查看文件

@@ -23,7 +23,6 @@
#include <linux/resource.h>
#include <linux/times.h>
#include <linux/smp.h>
#include <linux/smp_lock.h>
#include <linux/sem.h>
#include <linux/msg.h>
#include <linux/shm.h>