From: Steven Rostedt Date: Fri, 12 Dec 2008 02:01:14 +0000 (-0300) Subject: V4L/DVB (10129): dvb: remove deprecated use of RW_LOCK_UNLOCKED in frontends X-Git-Tag: v2.6.29-rc1~556^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cec73844a91017f9b84ca1d665feb8fc714c8410;p=pandora-kernel.git V4L/DVB (10129): dvb: remove deprecated use of RW_LOCK_UNLOCKED in frontends Impact: clean up RW_LOCK_UNLOCKED is deprecated. This patch replaces it with the __RW_LOCK_UNLOCKED(lock) macro. This change was a little trickier than others due to the macro being used in another macro that fills an array. Signed-off-by: Steven Rostedt Signed-off-by: Andrew Morton Signed-off-by: Mauro Carvalho Chehab --- Reading git-diff-tree failed