diff options
author | Michael Hunold <devnull@localhost> | 2003-05-28 08:02:29 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-05-28 08:02:29 +0000 |
commit | 57acd5e21e7e9c8f1ec52623c7999b7d4e4c1d35 (patch) | |
tree | 78a03d3d6011ef11bdf085e3c955c49699a0cc40 /linux/drivers/media | |
parent | 8a45eba605dc9aea4078a4d1510e5a1c7e696c76 (diff) | |
download | mediapointer-dvb-s2-57acd5e21e7e9c8f1ec52623c7999b7d4e4c1d35.tar.gz mediapointer-dvb-s2-57acd5e21e7e9c8f1ec52623c7999b7d4e4c1d35.tar.bz2 |
Fix the stuff I got wrong the first time:
- move some more files from build-2.4 to analog-2.4
- get build-2.4 to compile again
Diffstat (limited to 'linux/drivers/media')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvbdev.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvbdev.h b/linux/drivers/media/dvb/dvb-core/dvbdev.h index d1d9922c1..80091914e 100644 --- a/linux/drivers/media/dvb/dvb-core/dvbdev.h +++ b/linux/drivers/media/dvb/dvb-core/dvbdev.h @@ -28,6 +28,9 @@ #include <linux/poll.h> #include <linux/fs.h> #include <linux/list.h> +#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0)) + #include <linux/devfs_fs_kernel.h> +#endif #define DVB_MAJOR 250 |