diff options
Diffstat (limited to 'linux')
-rw-r--r-- | linux/drivers/media/dvb/dvb-core/compat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/drivers/media/dvb/dvb-core/compat.h b/linux/drivers/media/dvb/dvb-core/compat.h index 041eb86d2..2e38e0042 100644 --- a/linux/drivers/media/dvb/dvb-core/compat.h +++ b/linux/drivers/media/dvb/dvb-core/compat.h @@ -1,6 +1,7 @@ #ifndef __CRAP_H #define __CRAP_H +#include <asm/uaccess.h> #include <linux/version.h> /** @@ -18,7 +19,6 @@ extern int dvb_usercopy(struct inode *inode, struct file *file, unsigned int cmd, void *arg)); /* FIXME: check what is really necessary in here */ - #include <linux/module.h> #include <linux/list.h> |