diff options
author | Michael Hunold <devnull@localhost> | 2004-01-22 10:51:20 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2004-01-22 10:51:20 +0000 |
commit | 4869839fa8120d6e6f152b257e58c3b3dc659430 (patch) | |
tree | 08bd8c1c308aff980983a24d46fa488725c4fb75 /linux/drivers | |
parent | 6043a84353b60f3e999b6a226296beaf2b2c742e (diff) | |
download | mediapointer-dvb-s2-4869839fa8120d6e6f152b257e58c3b3dc659430.tar.gz mediapointer-dvb-s2-4869839fa8120d6e6f152b257e58c3b3dc659430.tar.bz2 |
- backfeed from Linux kernel bitkeeper repository. can't really comment
on this, it compiled fine for me.
[TTUSB]: ttusb_dec.c needs linux/init.h
# This patch includes the following deltas:
# ChangeSet 1.1569.1.1 -> 1.1569.1.2
# drivers/media/dvb/ttusb-dec/ttusb_dec.c 1.10 -> 1.11
#
ttusb_dec.c | 1 +
1 files changed, 1 insertion(+)
Diffstat (limited to 'linux/drivers')
-rw-r--r-- | linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c b/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c index 7721c1735..bd7014f2c 100644 --- a/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c +++ b/linux/drivers/media/dvb/ttusb-dec/ttusb_dec.c @@ -36,6 +36,7 @@ #else #warning "CRC checking of firmware not available" #endif +#include <linux/init.h #include "dmxdev.h" #include "dvb_demux.h" |