From: Arnd Bergmann Date: Sat, 11 Sep 2010 17:31:43 +0000 (+0200) Subject: tlclk: remove big kernel lock X-Git-Tag: v2.6.37-rc1~176^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=efbec1cd042008b49fe3cad45604088c54905a06;p=pandora-kernel.git tlclk: remove big kernel lock This driver already has a global mutex, so let's just use that in the open function instead of the BKL. It may not even be needed there, but this patch should have the smallest impact. Signed-off-by: Arnd Bergmann Cc: Mark Gross --- Reading git-diff-tree failed