diff options
author | Michael Hunold <devnull@localhost> | 2003-01-03 17:28:30 +0000 |
---|---|---|
committer | Michael Hunold <devnull@localhost> | 2003-01-03 17:28:30 +0000 |
commit | 6ef9b1ac86347c93e5bed9c3dc83893f12c7e0d6 (patch) | |
tree | 3e15c61a9f78220255a3b771d56247fba0b4ddb7 /linux | |
parent | bd8c6ee428efa388f2ef1d6c1a42dde0c21bbb51 (diff) | |
download | mediapointer-dvb-s2-6ef9b1ac86347c93e5bed9c3dc83893f12c7e0d6.tar.gz mediapointer-dvb-s2-6ef9b1ac86347c93e5bed9c3dc83893f12c7e0d6.tar.bz2 |
Fix build problems for 2.4.x kernels
which were caused by the recent changes
by adjusting the Makefile.
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> |