From: Alan Cox Date: Tue, 1 Jun 2010 20:52:43 +0000 (+0200) Subject: riscom8: kill use of lock_kernel X-Git-Tag: v2.6.36-rc1~294^2~53 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf936f92a7a564a2cdb44bbe3bc797cd811bf625;p=pandora-kernel.git riscom8: kill use of lock_kernel The riscom8 board uses lock_kernel to protect bits of the port setting ioctl logic. We can use the port mutex for this as the logic is internal and will also lock set versus open (a locking property that has been lost somewhere along the way) Signed-off-by: Alan Cox Cc: Arnd Bergmann Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed