diff options
author | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-01 13:13:56 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2008-10-01 13:13:56 -0300 |
commit | b7d150678426686774ff4ee8365061eeefe7f021 (patch) | |
tree | d65c2179cd112cd7289ff65690df8c3e5b1a1ed1 /linux/drivers/media/video/cx88/cx88.h | |
parent | 8d420c25b3747f612563ce8706add4ffb84be126 (diff) | |
parent | 1bded05663a0aea1702e531a19694c6b670dc7d2 (diff) | |
download | mediapointer-dvb-s2-b7d150678426686774ff4ee8365061eeefe7f021.tar.gz mediapointer-dvb-s2-b7d150678426686774ff4ee8365061eeefe7f021.tar.bz2 |
merge: http://www.linuxtv.org/hg/~stoth/s2
From: Mauro Carvalho Chehab <mchehab@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.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, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/video/cx88/cx88.h b/linux/drivers/media/video/cx88/cx88.h index b138b58e3..e42ce0016 100644 --- a/linux/drivers/media/video/cx88/cx88.h +++ b/linux/drivers/media/video/cx88/cx88.h @@ -353,6 +353,7 @@ struct cx88_core { struct mutex lock; /* various v4l controls */ u32 freq; + atomic_t users; /* cx88-video needs to access cx8802 for hybrid tuner pll access. */ struct cx8802_dev *dvbdev; |