diff options
author | Johannes Stezenbach <devnull@localhost> | 2003-11-10 15:23:51 +0000 |
---|---|---|
committer | Johannes Stezenbach <devnull@localhost> | 2003-11-10 15:23:51 +0000 |
commit | 7b828a4f8d1dabcc093871857c7a79c0256e6c91 (patch) | |
tree | 3a38ef396d2cbe992505b5d7bd6e15f7f4481839 /linux/drivers/media/dvb/frontends | |
parent | 26adf09aaa136346285ef0f3686a70edfe17f056 (diff) | |
download | mediapointer-dvb-s2-7b828a4f8d1dabcc093871857c7a79c0256e6c91.tar.gz mediapointer-dvb-s2-7b828a4f8d1dabcc093871857c7a79c0256e6c91.tar.bz2 |
remove __devinitdata (fixes Oops)
Diffstat (limited to 'linux/drivers/media/dvb/frontends')
-rw-r--r-- | linux/drivers/media/dvb/frontends/sp887x_firm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/frontends/sp887x_firm.h b/linux/drivers/media/dvb/frontends/sp887x_firm.h index f67de982a..dd74c2469 100644 --- a/linux/drivers/media/dvb/frontends/sp887x_firm.h +++ b/linux/drivers/media/dvb/frontends/sp887x_firm.h @@ -3,7 +3,7 @@ static const -u8 sp887x_firm [16384] __devinitdata = { +u8 sp887x_firm [16384] = { 0x00, 0xb9, 0x00, 0xb9, 0x0f, 0xf9, 0x1f, 0x5d, 0x0f, 0xf9, 0x1b, 0x67, 0x0f, 0xf9, 0x19, 0x2f, 0x0f, 0xf9, 0x00, 0x36, 0x0f, 0xf9, 0x00, 0x3c, 0x0f, 0xf5, 0x00, 0x3e, 0x0f, 0xf9, 0x03, 0x0c, 0x0f, 0xf9, 0x0c, 0x59, |