Remove unnecessary includes of spinlock.h under include/linux
[pandora-kernel.git] / include / linux / smp_lock.h
index cf715a4..58962c5 100644 (file)
@@ -3,7 +3,6 @@
 
 #ifdef CONFIG_LOCK_KERNEL
 #include <linux/sched.h>
-#include <linux/spinlock.h>
 
 #define kernel_locked()                (current->lock_depth >= 0)