diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-31 16:03:15 -0400 |
---|---|---|
committer | Michael Krufky <mkrufky@linuxtv.org> | 2008-08-31 16:03:15 -0400 |
commit | ddc98ba47b865fb467edeb186cb64ae65d608e26 (patch) | |
tree | 57ea1ffd316afe52c8658e1463f4bad964414df0 /linux/drivers/media/dvb/siano/sms-cards.h | |
parent | c058193ee17449d1cb5e4685cab530b95bbb2b1b (diff) | |
download | mediapointer-dvb-s2-ddc98ba47b865fb467edeb186cb64ae65d608e26.tar.gz mediapointer-dvb-s2-ddc98ba47b865fb467edeb186cb64ae65d608e26.tar.bz2 |
sms1xxx: move smsusb_id_table into smsusb.c
From: Michael Krufky <mkrufky@linuxtv.org>
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.
Priority: normal
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Diffstat (limited to 'linux/drivers/media/dvb/siano/sms-cards.h')
-rw-r--r-- | linux/drivers/media/dvb/siano/sms-cards.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/siano/sms-cards.h b/linux/drivers/media/dvb/siano/sms-cards.h index fe292aaea..8f539a2e5 100644 --- a/linux/drivers/media/dvb/siano/sms-cards.h +++ b/linux/drivers/media/dvb/siano/sms-cards.h @@ -54,6 +54,4 @@ int sms_board_led_feedback(struct smscore_device_t *coredev, int led); int sms_board_power(struct smscore_device_t *coredev, int onoff); int sms_board_lna_control(struct smscore_device_t *coredev, int onoff); -extern struct usb_device_id smsusb_id_table[]; - #endif /* __SMS_CARDS_H__ */ |