Commit 2c9a95ba authored by Mauro Carvalho Chehab's avatar Mauro Carvalho Chehab

V4L/DVB (12809): tm6000: Remove an old hack

Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 5200401a
...@@ -30,10 +30,6 @@ ...@@ -30,10 +30,6 @@
#include <media/v4l2-common.h> #include <media/v4l2-common.h>
#include <media/tuner.h> #include <media/tuner.h>
#ifdef HACK /* HACK */
#include "tm6000-hack.c"
#endif
#define USB_TIMEOUT 5*HZ /* ms */ #define USB_TIMEOUT 5*HZ /* ms */
int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req, int tm6000_read_write_usb (struct tm6000_core *dev, u8 req_type, u8 req,
...@@ -313,11 +309,6 @@ int tm6000_init (struct tm6000_core *dev) ...@@ -313,11 +309,6 @@ int tm6000_init (struct tm6000_core *dev)
{ {
int board, rc=0, i; int board, rc=0, i;
#ifdef HACK /* HACK */
init_tm6000(dev);
return 0;
#else
/* Load board's initialization table */ /* Load board's initialization table */
for (i=0; i< ARRAY_SIZE(init_tab); i++) { for (i=0; i< ARRAY_SIZE(init_tab); i++) {
rc= tm6000_set_reg (dev, REQ_07_SET_GET_AVREG, rc= tm6000_set_reg (dev, REQ_07_SET_GET_AVREG,
...@@ -375,8 +366,6 @@ int tm6000_init (struct tm6000_core *dev) ...@@ -375,8 +366,6 @@ int tm6000_init (struct tm6000_core *dev)
msleep(50); msleep(50);
#endif /* HACK */
return 0; return 0;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment