From: Corey Minyard Date: Thu, 18 Oct 2007 10:07:08 +0000 (-0700) Subject: IPMI: remove bogus semaphore from watchdog X-Git-Tag: v2.6.24-rc1~306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f8fbcd3b9da5830fded133dbeb7066b1b92ee736;p=pandora-kernel.git IPMI: remove bogus semaphore from watchdog Lockdep was giving an error when loading the IPMI watchdog module. It turns out that if you try to claim a lock in a parameter handling routine, lockdep won't see that lock as "static" yet because the module is not yet on the module list, so it will complain. However, the semaphore in question is completely unnecessary. So just remove it. Signed-off-by: Corey Minyard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed