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>
这个提交包含在:
Arnd Bergmann
2011-01-25 22:08:05 +01:00
父节点 f51b452bed
当前提交 5edc341313
修改 21 个文件,包含 0 行新增22 行删除

查看文件

@@ -26,7 +26,6 @@
#include <linux/selection.h>
#include <linux/tiocl.h>
#include <linux/console.h>
#include <linux/smp_lock.h>
/* Don't take this from <ctype.h>: 011-015 on the screen aren't spaces */
#define isspace(c) ((c) == ' ')