summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/cx88/cx88.h
diff options
context:
space:
mode:
authorSteven Toth <stoth@hauppauge.com>2006-09-29 23:24:30 -0400
committerSteven Toth <stoth@hauppauge.com>2006-09-29 23:24:30 -0400
commitd1e328dd3ef78ea95c5e43fb58b19bbafe7dcee1 (patch)
tree0ffdb7a04d66a79698932c34022f7e0932449158 /linux/drivers/media/video/cx88/cx88.h
parent3cb96f769778203f2a971250d765bbeb0e493c74 (diff)
downloadmediapointer-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.h1
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;
};