From: Surendra Patil Date: Tue, 4 Mar 2014 07:57:47 +0000 (-0800) Subject: drivers:staging:ozwpan Replaced wrapper functions with actual spin lock function X-Git-Tag: v3.15-rc1~139^2~727 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b029336d93d8f9a94b0256b1f7d9c1768eedba7;p=pandora-kernel.git drivers:staging:ozwpan Replaced wrapper functions with actual spin lock function * Replaced all the spin lock/unlock wrappers from oz_polling_lock_bh() and oz_polllin_unlock_bh() with spin_lock_bh(&g_polling_lock) and spin_unlock_bh(&g_polling_lock).Completely erased the wrappers defination and declaration. * declared g_polling_lock as global variable in header file and added comments to it. Module builded successfully with sparse without warnings. Signed-off-by: Surendra Patil Acked-by: Rupesh Gujare Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed