Skip to content

Commit

Permalink
[media] xc4000: remove xc5000 firmware loading routine
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Devin Heitmueller authored and Mauro Carvalho Chehab committed Jul 27, 2011
1 parent 02dec50 commit e7490d5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/media/common/tuners/xc4000.c
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,6 @@ static int xc4000_readreg(struct xc4000_priv *priv, u16 reg, u16 *val)
return XC_RESULT_SUCCESS;
}


static int seek_firmware(struct dvb_frontend *fe, unsigned int type,
v4l2_std_id *id)
{
Expand Down Expand Up @@ -686,7 +685,6 @@ static int load_firmware(struct dvb_frontend *fe, unsigned int type,
return rc;
}

//static int load_all_firmwares(struct dvb_frontend *fe)
static int xc4000_fwupload(struct dvb_frontend *fe)
{
struct xc4000_priv *priv = fe->tuner_priv;
Expand Down

0 comments on commit e7490d5

Please sign in to comment.