From: Devin Heitmueller Date: Thu, 23 Jul 2009 00:56:37 +0000 (-0300) Subject: [media] xc4000: remove xc5000 firmware loading routine X-Git-Tag: v3.1-rc1~116^2~383 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=e7490d5962ad7959c0597cd55c97ff7eae3acf82;p=platform%2Fupstream%2Fkernel-adaptation-pc.git [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 Signed-off-by: Mauro Carvalho Chehab --- diff --git a/drivers/media/common/tuners/xc4000.c b/drivers/media/common/tuners/xc4000.c index fd9119e..6d5ab59 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) return XC_RESULT_SUCCESS; } - static int seek_firmware(struct dvb_frontend *fe, unsigned int type, v4l2_std_id *id) { @@ -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;