diff options
author | Adrian Bunk <bunk@kernel.org> | 2007-11-25 17:04:47 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-01-25 16:02:42 -0500 |
commit | 4c5efc1778387de98d5348666e7bc4396c9a5404 (patch) | |
tree | 69733e11b3170150f1f89e9e3752251ed079f2a8 /drivers/media/video/usbvision | |
parent | c23f5949c0eeec328c872f29c8f4c233e73c3c4d (diff) |
V4L/DVB (6665a): finish the VID_HARDWARE_* removal
This patch removes a few remainders of the VID_HARDWARE_* removal.
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
643d01fb38b6f376cced035549f4e193018776e7
Diffstat (limited to 'drivers/media/video/usbvision')
-rw-r--r-- | drivers/media/video/usbvision/usbvision.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/media/video/usbvision/usbvision.h b/drivers/media/video/usbvision/usbvision.h index c32f68566bf9..dd80a98780f2 100644 --- a/drivers/media/video/usbvision/usbvision.h +++ b/drivers/media/video/usbvision/usbvision.h | |||
@@ -41,10 +41,6 @@ | |||
41 | 41 | ||
42 | #define USBVISION_DEBUG /* Turn on debug messages */ | 42 | #define USBVISION_DEBUG /* Turn on debug messages */ |
43 | 43 | ||
44 | #ifndef VID_HARDWARE_USBVISION | ||
45 | #define VID_HARDWARE_USBVISION 34 /* USBVision Video Grabber */ | ||
46 | #endif | ||
47 | |||
48 | #define USBVISION_PWR_REG 0x00 | 44 | #define USBVISION_PWR_REG 0x00 |
49 | #define USBVISION_SSPND_EN (1 << 1) | 45 | #define USBVISION_SSPND_EN (1 << 1) |
50 | #define USBVISION_RES2 (1 << 2) | 46 | #define USBVISION_RES2 (1 << 2) |