Cosmetic patch below.

Thanks
Guennadi
---------------------------------
Guennadi Liakhovetski, Ph.D.
DSA Daten- und Systemtechnik GmbH
Pascalstr. 28
D-52076 Aachen
Germany

Remove repeated #define

Signed-off-by: G. Liakhovetski <[EMAIL PROTECTED]>

diff -u -r1.1.1.12.2.1 spinlock.h
--- a/include/linux/spinlock.h  5 Mar 2007 14:06:55 -0000       1.1.1.12.2.1
+++ b/include/linux/spinlock.h  5 Apr 2007 08:37:26 -0000
@@ -206,8 +206,6 @@
 # define _spin_lock_nested(l, s)       do { } while (0)
 # define _spin_lock_bh(l)              do { } while (0)
 # define _spin_lock_irq(l)             do { } while (0)
-# define _spin_lock(l)                 do { } while (0)
-# define _spin_lock_bh(l)              do { } while (0)
 # define _spin_unlock(l)               do { } while (0)
 # define _spin_unlock_no_resched(l)    do { } while (0)
 # define _spin_unlock_bh(l)            do { } while (0)
-
To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to