summaryrefslogtreecommitdiff
path: root/drivers/media/dvb/frontends/drxd_firm.c
diff options
context:
space:
mode:
authorDevin Heitmueller <dheitmueller@kernellabs.com>2011-03-13 02:11:07 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-05-20 07:26:21 -0300
commit8f19f27e3e0e055aed877a07198cfbaf9d784105 (patch)
tree461ba731d6abc2c32f4033f3541b99369cdd9cb5 /drivers/media/dvb/frontends/drxd_firm.c
parentad9b4bb265cecbfc9b0c495741e331ce199964e0 (diff)
[media] drxd: move firmware to binary blob
Abstract out the firmware for the drx-d so that it can be loaded by the request_firmware() interface. The firmware licensing permits free redistribution, and can be found here: http://kernellabs.com/firmware/drxd Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/dvb/frontends/drxd_firm.c')
-rw-r--r--drivers/media/dvb/frontends/drxd_firm.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/media/dvb/frontends/drxd_firm.c b/drivers/media/dvb/frontends/drxd_firm.c
index b27e928b94c1..b19a037e692e 100644
--- a/drivers/media/dvb/frontends/drxd_firm.c
+++ b/drivers/media/dvb/frontends/drxd_firm.c
@@ -939,5 +939,3 @@ u8_t DRXD_DiversityDelay6MHZ[] = /* also used ok for 7 MHz */
WR16( B_SC_RA_RAM_DIVERSITY_DELAY_8K_4__A , 3500 - 50 ),
END_OF_TABLE
};
-
-#include "drxd_micro.h"