diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-31 16:03:15 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-03-30 11:43:00 -0400 |
commit | 841a3f0de9a55682d33aa8bf770ff4f7cbb7e5da (patch) | |
tree | 4c5caac2f9cc9674b2d585d2b87cdfada6989d84 /drivers/media/dvb/siano/sms-cards.h | |
parent | dba843afad56245949700ff478210b2acbcb2428 (diff) |
V4L/DVB (10749): sms1xxx: move smsusb_id_table into smsusb.c
Move the usb_device_id table to the smsusb module in preparation for the
sms1xxx module to be split into sub-modules. This will allow the smsusb
driver to start up automatically upon insertion of the USB device.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/siano/sms-cards.h')
-rw-r--r-- | drivers/media/dvb/siano/sms-cards.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/siano/sms-cards.h b/drivers/media/dvb/siano/sms-cards.h index fe292aaea4cc..8f539a2e5b9a 100644 --- a/drivers/media/dvb/siano/sms-cards.h +++ b/drivers/media/dvb/siano/sms-cards.h | |||
@@ -54,6 +54,4 @@ int sms_board_led_feedback(struct smscore_device_t *coredev, int led); | |||
54 | int sms_board_power(struct smscore_device_t *coredev, int onoff); | 54 | int sms_board_power(struct smscore_device_t *coredev, int onoff); |
55 | int sms_board_lna_control(struct smscore_device_t *coredev, int onoff); | 55 | int sms_board_lna_control(struct smscore_device_t *coredev, int onoff); |
56 | 56 | ||
57 | extern struct usb_device_id smsusb_id_table[]; | ||
58 | |||
59 | #endif /* __SMS_CARDS_H__ */ | 57 | #endif /* __SMS_CARDS_H__ */ |