aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/common
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2009-07-22 20:56:37 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:52:29 -0400
commite7490d5962ad7959c0597cd55c97ff7eae3acf82 (patch)
tree9dbb651638349fea1c439730594bfd4d6698e1d0 /drivers/media/common
parent02dec509825dd5cb9f4bfa0526c75c0a7c20348a (diff)
[media] xc4000: remove xc5000 firmware loading routine
Since we use the xc3028 version of the firmware file parsing routine (which includes support for scodes and separate blobs), we can drop the xc5000 version of the code. Signed-off-by: Devin Heitmueller <dheitmueller@kernellabs.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/common')
-rw-r--r--drivers/media/common/tuners/xc4000.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/common/tuners/xc4000.c b/drivers/media/common/tuners/xc4000.c
index fd9119eb3316..6d5ab599e83a 100644
--- a/drivers/media/common/tuners/xc4000.c
+++ b/drivers/media/common/tuners/xc4000.c
@@ -568,7 +568,6 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val)
568 return XC_RESULT_SUCCESS; 568 return XC_RESULT_SUCCESS;
569} 569}
570 570
571
572static int seek_firmware(struct dvb_frontend *fe, unsigned int type, 571static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
573 v4l2_std_id *id) 572 v4l2_std_id *id)
574{ 573{
@@ -686,7 +685,6 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
686 return rc; 685 return rc;
687} 686}
688 687
689//static int load_all_firmwares(struct dvb_frontend *fe)
690static int xc4000_fwupload(struct dvb_frontend *fe) 688static int xc4000_fwupload(struct dvb_frontend *fe)
691{ 689{
692 struct xc4000_priv *priv = fe->tuner_priv; 690 struct xc4000_priv *priv = fe->tuner_priv;