diff options
author | Holger Waechtler <devnull@localhost> | 2003-03-21 15:09:54 +0000 |
---|---|---|
committer | Holger Waechtler <devnull@localhost> | 2003-03-21 15:09:54 +0000 |
commit | 8c45d92457f59a0fbf9cfdeb5f93c412ad524812 (patch) | |
tree | 78579bdfe1191e09637f39cea1229b3f48a27988 /linux/drivers/media/dvb/dvb-core/dvbdev.h | |
parent | 5673904df7d5dd00df35988fd6fda922b4000398 (diff) | |
download | mediapointer-dvb-s2-8c45d92457f59a0fbf9cfdeb5f93c412ad524812.tar.gz mediapointer-dvb-s2-8c45d92457f59a0fbf9cfdeb5f93c412ad524812.tar.bz2 |
many more portability changes
Diffstat (limited to 'linux/drivers/media/dvb/dvb-core/dvbdev.h')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/dvbdev.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/dvbdev.h b/linux/drivers/media/dvb/dvb-core/dvbdev.h index d374e4e0e..fcf42e347 100644 --- a/linux/drivers/media/dvb/dvb-core/dvbdev.h +++ b/linux/drivers/media/dvb/dvb-core/dvbdev.h @@ -24,8 +24,7 @@ #ifndef _DVBDEV_H_ #define _DVBDEV_H_ -#include <linux/types.h> -#include <linux/version.h> +#include <asm/types.h> #include <linux/poll.h> #include <linux/fs.h> #include <linux/devfs_fs_kernel.h> @@ -91,5 +90,6 @@ int dvb_usercopy(struct inode *inode, struct file *file, unsigned int cmd, unsigned long arg, int (*func)(struct inode *inode, struct file *file, unsigned int cmd, void *arg)); + #endif /* #ifndef _DVBDEV_H_ */ |