aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/videodev2.h
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@infradead.org>2006-06-17 07:57:03 -0300
committerMauro Carvalho Chehab <mchehab@infradead.org>2006-06-25 02:05:09 -0300
commit89a58c83f8f1056583f30c4d4258b1fec39bb0e2 (patch)
tree2add8629720749804558518a59f7c0b93b041632 /include/linux/videodev2.h
parentV4L/DVB (4106): Fix problems with AV7110 firmware building (diff)
downloadlinux-dev-89a58c83f8f1056583f30c4d4258b1fec39bb0e2.tar.xz
linux-dev-89a58c83f8f1056583f30c4d4258b1fec39bb0e2.zip
V4L/DVB (4108): Fixes some userspace dependencies at V4L2 public api header
Make life easier for distro guys, by removing the need of including at the userspace header. Also, linux/compiler.h is not needed at userspace. Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'include/linux/videodev2.h')
-rw-r--r--include/linux/videodev2.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index bc957d83a127..9a70c5654ceb 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -15,10 +15,12 @@
#ifndef __LINUX_VIDEODEV2_H
#define __LINUX_VIDEODEV2_H
#ifdef __KERNEL__
-#include <linux/time.h> /* need struct timeval */
+#include <linux/time.h> /* need struct timeval */
+#include <linux/compiler.h> /* need __user */
+#else
+#define __user
#endif
#include <linux/types.h>
-#include <linux/compiler.h> /* need __user */
#define HAVE_V4L2 1