From 76de5968a212b4d4f063d83b72634fc08dfd7c0e Mon Sep 17 00:00:00 2001 From: Andrew de Quincy Date: Tue, 27 Jan 2004 20:59:24 +0000 Subject: Removed __initdata. It is now possible in kernel 2.6 to compile the DVB drivers into a monolithic kernel. In which case, the USB firmware will be discarded erroneously. --- linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h b/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h index 17a91e1f6..287645d8a 100644 --- a/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h +++ b/linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h @@ -1,7 +1,7 @@ #include -u8 dsp_bootcode [] __initdata = { +u8 dsp_bootcode [] = { 0x08, 0xaa, 0x00, 0x18, 0x00, 0x03, 0x08, 0x00, 0x00, 0x10, 0x00, 0x00, 0x01, 0x80, 0x18, 0x5f, 0x00, 0x00, 0x01, 0x80, 0x77, 0x18, 0x2a, 0xeb, -- cgit v1.2.3