diff options
author | Trent Piepho <xyzzy@speakeasy.org> | 2009-01-11 12:02:54 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-01-29 08:35:37 -0200 |
commit | 66aa66ea31371daad562bf22ff245caf707d5d40 (patch) | |
tree | e8246e33f329444cacb771979a0994a2ace50307 /drivers/media/video/zoran/zoran_card.h | |
parent | f90c3c0bdd7a3f16eecf1b077f5e031c44ddb605 (diff) | |
download | kernel_samsung_aries-66aa66ea31371daad562bf22ff245caf707d5d40.zip kernel_samsung_aries-66aa66ea31371daad562bf22ff245caf707d5d40.tar.gz kernel_samsung_aries-66aa66ea31371daad562bf22ff245caf707d5d40.tar.bz2 |
V4L/DVB (10212): Convert to be a pci driver
This is a really old and crufty driver that wasn't using the long
established pci driver framework.
Signed-off-by: Trent Piepho <xyzzy@speakeasy.org>
Acked-by: Jean Delvare <khali@linux-fr.org>
[mchehab@redhat.com: Cleaned up a few CodingStyle issues]
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/zoran/zoran_card.h')
-rw-r--r-- | drivers/media/video/zoran/zoran_card.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/media/video/zoran/zoran_card.h b/drivers/media/video/zoran/zoran_card.h index e4dc9d2..c989448 100644 --- a/drivers/media/video/zoran/zoran_card.h +++ b/drivers/media/video/zoran/zoran_card.h @@ -40,7 +40,7 @@ extern int zr36067_debug; /* Anybody who uses more than four? */ #define BUZ_MAX 4 -extern int zoran_num; +extern atomic_t zoran_num; extern struct zoran *zoran[BUZ_MAX]; extern struct video_device zoran_template; |