summaryrefslogtreecommitdiff
path: root/linux/drivers/media/dvb/ttusb-budget
diff options
context:
space:
mode:
authorAndrew de Quincy <devnull@localhost>2004-01-27 20:59:24 +0000
committerAndrew de Quincy <devnull@localhost>2004-01-27 20:59:24 +0000
commit76de5968a212b4d4f063d83b72634fc08dfd7c0e (patch)
treeba587da64b3112ccfcdce769ccadf50baaa6be42 /linux/drivers/media/dvb/ttusb-budget
parent1da8137cb0e3a8155da240ef105675d8cf050344 (diff)
downloadmediapointer-dvb-s2-76de5968a212b4d4f063d83b72634fc08dfd7c0e.tar.gz
mediapointer-dvb-s2-76de5968a212b4d4f063d83b72634fc08dfd7c0e.tar.bz2
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.
Diffstat (limited to 'linux/drivers/media/dvb/ttusb-budget')
-rw-r--r--linux/drivers/media/dvb/ttusb-budget/dvb-ttusb-dspbootcode.h2
1 files changed, 1 insertions, 1 deletions
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 <asm/types.h>
-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,