diff options
| author | Stefan Ringel <[email protected]> | 2010-02-05 19:57:08 -0300 |
|---|---|---|
| committer | Mauro Carvalho Chehab <[email protected]> | 2010-05-18 00:43:53 -0300 |
| commit | 3a5de48a8783eeb17db7b63d50ba85c31ab7b9ef (patch) | |
| tree | 2d1590ffd301e4b6b7ff3139565fa55730a9cf79 | |
| parent | 58b2f4bd5f58e544bd19f91e240e0972b1990b13 (diff) | |
V4L/DVB: tm6000: remove unused function
Signed-off-by: Stefan Ringel <[email protected]>
Signed-off-by: Mauro Carvalho Chehab <[email protected]>
| -rw-r--r-- | drivers/staging/tm6000/tm6000.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/staging/tm6000/tm6000.h b/drivers/staging/tm6000/tm6000.h index 125391c20d05..b4b603204ed4 100644 --- a/drivers/staging/tm6000/tm6000.h +++ b/drivers/staging/tm6000/tm6000.h @@ -213,7 +213,6 @@ int tm6000_read_write_usb (struct tm6000_core *dev, u8 reqtype, u8 req, int tm6000_get_reg (struct tm6000_core *dev, u8 req, u16 value, u16 index); int tm6000_set_reg (struct tm6000_core *dev, u8 req, u16 value, u16 index); int tm6000_init (struct tm6000_core *dev); -int tm6000_init_after_firmware (struct tm6000_core *dev); int tm6000_init_analog_mode (struct tm6000_core *dev); int tm6000_init_digital_mode (struct tm6000_core *dev); |