diff options
author | Krzysztof Helt <krzysztof.h1@wp.pl> | 2008-10-15 22:03:33 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-10-16 11:21:42 -0700 |
commit | 3a568051f3ae23d1a570a3d58eacde55279c632e (patch) | |
tree | 308f76a3d34dc2b766f413c17b874d1338bdc8e1 /include | |
parent | 9c8db4a265ee5000d8c21634277ec1eb9ceebc7f (diff) | |
download | linux-3.10-3a568051f3ae23d1a570a3d58eacde55279c632e.tar.gz linux-3.10-3a568051f3ae23d1a570a3d58eacde55279c632e.tar.bz2 linux-3.10-3a568051f3ae23d1a570a3d58eacde55279c632e.zip |
neofb: remove open_lock mutex
Remove mutex from the fb_open/fb_release functions as these operations are
mutexed at fb layer.
Signed-off-by: Krzysztof Helt <krzysztof.h1@wp.pl>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r-- | include/video/neomagic.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/video/neomagic.h b/include/video/neomagic.h index 38910da0ae5..08b66378295 100644 --- a/include/video/neomagic.h +++ b/include/video/neomagic.h @@ -123,7 +123,6 @@ typedef volatile struct { struct neofb_par { struct vgastate state; - struct mutex open_lock; unsigned int ref_count; unsigned char MiscOutReg; /* Misc */ |