commit | efbec1cd042008b49fe3cad45604088c54905a06 | [log] [tgz] |
---|---|---|
author | Arnd Bergmann <arnd@arndb.de> | Sat Sep 11 19:31:43 2010 +0200 |
committer | Arnd Bergmann <arnd@arndb.de> | Tue Oct 19 11:29:54 2010 +0200 |
tree | 21135467cb576f4b96fb09c28731488583a4137b | |
parent | c4a047272566b44b44222369d50a307c708c4f74 [diff] |
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 <arnd@arndb.de> Cc: Mark Gross <mark.gross@intel.com>