From: Thomas Gleixner Date: Mon, 16 Nov 2009 18:57:50 +0000 (+0100) Subject: locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init() X-Git-Tag: v2.6.33-rc1~407^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a49ed0bf427a8328a3296eebedc7697fe5098dbf;p=pandora-kernel.git locking: Use __[SPIN|RW]_LOCK_UNLOCKED in [spin|rw]_lock_init() SPIN_LOCK_UNLOCKED and RW_LOCK_UNLOCKED are deprecated. Replace them with the __*_LOCK_UNLOCKED variants. Signed-off-by: Thomas Gleixner --- Reading git-diff-tree failed