]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - include/linux/smp_lock.h
x86 bitops: fix code style issues
[linux-2.6-omap-h63xx.git] / include / linux / smp_lock.h
index b63ce70140931e4f07079f50447b08de8bd63fcd..58962c51dee108d3f9e5d12a23ce40e6e9387608 100644 (file)
@@ -1,11 +1,8 @@
 #ifndef __LINUX_SMPLOCK_H
 #define __LINUX_SMPLOCK_H
 
-#include <linux/config.h>
-#include <linux/sched.h>
-#include <linux/spinlock.h>
-
 #ifdef CONFIG_LOCK_KERNEL
+#include <linux/sched.h>
 
 #define kernel_locked()                (current->lock_depth >= 0)