diff options
author | Jaswinder Singh <jaswinder@infradead.org> | 2008-06-22 08:54:19 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-04-06 17:34:44 -0400 |
commit | 4f8d182513690b42b20fb81e487be4cd4729e27c (patch) | |
tree | 15f9ca9b4a59e1facec2460ca9eadde15d9646f0 /drivers/media/dvb/ttpci/av7110.c | |
parent | 9137f05f7e72517d44b6b0c15b11b419ecb5d201 (diff) |
Remove fdump tool for av7110 firmware
There's no point in this, since the user can use the BUILTIN_FIRMWARE
option to include arbitrary firmware files directly in the kernel image.
Thanks to David Woodhouse for help.
Signed-off-by: Jaswinder Singh <jaswinder@infradead.org>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
Diffstat (limited to 'drivers/media/dvb/ttpci/av7110.c')
-rw-r--r-- | drivers/media/dvb/ttpci/av7110.c | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/drivers/media/dvb/ttpci/av7110.c b/drivers/media/dvb/ttpci/av7110.c index 4624cee93e74..d1d959ed37b7 100644 --- a/drivers/media/dvb/ttpci/av7110.c +++ b/drivers/media/dvb/ttpci/av7110.c | |||
@@ -1518,20 +1518,6 @@ static int check_firmware(struct av7110* av7110) | |||
1518 | return 0; | 1518 | return 0; |
1519 | } | 1519 | } |
1520 | 1520 | ||
1521 | #ifdef CONFIG_DVB_AV7110_FIRMWARE_FILE | ||
1522 | #include "av7110_firm.h" | ||
1523 | static void put_firmware(struct av7110* av7110) | ||
1524 | { | ||
1525 | av7110->bin_fw = NULL; | ||
1526 | } | ||
1527 | |||
1528 | static inline int get_firmware(struct av7110* av7110) | ||
1529 | { | ||
1530 | av7110->bin_fw = dvb_ttpci_fw; | ||
1531 | av7110->size_fw = sizeof(dvb_ttpci_fw); | ||
1532 | return check_firmware(av7110); | ||
1533 | } | ||
1534 | #else | ||
1535 | static void put_firmware(struct av7110* av7110) | 1521 | static void put_firmware(struct av7110* av7110) |
1536 | { | 1522 | { |
1537 | vfree(av7110->bin_fw); | 1523 | vfree(av7110->bin_fw); |
@@ -1580,8 +1566,6 @@ static int get_firmware(struct av7110* av7110) | |||
1580 | release_firmware(fw); | 1566 | release_firmware(fw); |
1581 | return ret; | 1567 | return ret; |
1582 | } | 1568 | } |
1583 | #endif | ||
1584 | |||
1585 | 1569 | ||
1586 | static int alps_bsrv2_tuner_set_params(struct dvb_frontend* fe, struct dvb_frontend_parameters *params) | 1570 | static int alps_bsrv2_tuner_set_params(struct dvb_frontend* fe, struct dvb_frontend_parameters *params) |
1587 | { | 1571 | { |