To: linus, akpm Cc: lkml Subject: [PATCH] smp_lock.h: Avoid recursive include smp_lock.h: Avoid recursive include Signed-off-by: Roman Zippel Signed-off-by: Geert Uytterhoeven --- smp_lock.h | 1 - 1 file changed, 1 deletion(-) --- linux-2.6.10-rc1/include/linux/smp_lock.h 2004-04-28 15:47:31.000000000 +0200 +++ linux-m68k-2.6.10-rc1/include/linux/smp_lock.h 2004-10-20 22:24:05.000000000 +0200 @@ -2,7 +2,6 @@ #define __LINUX_SMPLOCK_H #include -#include #include #if defined(CONFIG_SMP) || defined(CONFIG_PREEMPT)