diff options
author | Steven Toth <stoth@hauppauge.com> | 2006-09-29 23:24:30 -0400 |
---|---|---|
committer | Steven Toth <stoth@hauppauge.com> | 2006-09-29 23:24:30 -0400 |
commit | d1e328dd3ef78ea95c5e43fb58b19bbafe7dcee1 (patch) | |
tree | 0ffdb7a04d66a79698932c34022f7e0932449158 /linux/drivers/media/video/cx88/cx88.h | |
parent | 3cb96f769778203f2a971250d765bbeb0e493c74 (diff) | |
download | mediapointer-dvb-s2-d1e328dd3ef78ea95c5e43fb58b19bbafe7dcee1.tar.gz mediapointer-dvb-s2-d1e328dd3ef78ea95c5e43fb58b19bbafe7dcee1.tar.bz2 |
Remove the cx8802_dev driver lock and use the core mutex
From: Steven Toth <stoth@hauppauge.com>
The cx8802_dev semaphore was unnecessary. This patch removes is and uses
the existing core mutex.
Signed-off-by: Steven Toth <stoth@hauppauge.com>
Diffstat (limited to 'linux/drivers/media/video/cx88/cx88.h')
-rw-r--r-- | linux/drivers/media/video/cx88/cx88.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index f77d45426..436847b70 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -514,7 +514,6 @@ struct cx8802_dev { struct cx2341x_mpeg_params params; /* List of attached drivers */ - struct semaphore drvlist_lock; struct cx8802_driver drvlist; }; |