diff options
author | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-17 08:00:16 -0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2006-06-17 08:00:16 -0300 |
commit | 90b871ba1cd9b24da39c1cf0a397f60080917dff (patch) | |
tree | 83edc8d2e9ca6f297a0fe64d7f9b11c118b6dd5d /test/vbi-test.c | |
parent | 01e2ad77614e339b1152ee338061c9330d2e5243 (diff) | |
download | mediapointer-dvb-s2-90b871ba1cd9b24da39c1cf0a397f60080917dff.tar.gz mediapointer-dvb-s2-90b871ba1cd9b24da39c1cf0a397f60080917dff.tar.bz2 |
Remove some bad dependencies at userspace
From: Mauro Carvalho Chehab <mchehab@infradead.org>
Now, #define __user is not needed at userspace. Also, including
linux/types.h is already inside videodev2.
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'test/vbi-test.c')
-rw-r--r-- | test/vbi-test.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/vbi-test.c b/test/vbi-test.c index 27fd7a528..c1a141bff 100644 --- a/test/vbi-test.c +++ b/test/vbi-test.c @@ -25,7 +25,6 @@ #include <sys/stat.h> #include <sys/ioctl.h> #include <fcntl.h> -#define __user #include <linux/videodev.h> /* All possible parameters used on v4l ioctls */ |