From: Axel Lin Date: Tue, 29 Nov 2011 05:54:01 +0000 (+0800) Subject: watchdog: Use DEFINE_SPINLOCK() for static spinlocks X-Git-Tag: v3.3-rc1~125^2~9 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1334f32938e46fb321c67a652997d33583257249;p=pandora-kernel.git watchdog: Use DEFINE_SPINLOCK() for static spinlocks Rather than just defining static spinlock_t variables and then initializing them later in init functions, simply define them with DEFINE_SPINLOCK() and remove the calls to spin_lock_init(). Signed-off-by: Axel Lin Cc: Nicolas Thill Cc: Heiko Ronsdorf Cc: Rodolfo Giometti Cc: Andrey Panin Cc: Guido Guenther Cc: Curt E Bruns Cc: Deepak Saxena Cc: Andrew Victor Cc: George G. Davis Cc: Sylver Bruneau Signed-off-by: Wim Van Sebroeck --- Reading git-diff-tree failed