summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorStelian Pop <stelian@popies.net>2004-11-07 04:02:32 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2004-11-07 04:02:32 -0800
commit03d234808af3114835151019848b119b46d86bff (patch)
tree393848ded42d8364b10859b7e29ba1a07047b4d8 /include/linux
parent1eb4480b01781d0ec4eaff8e62acb1b5eeb2c748 (diff)
[PATCH] videodev2.h patchlet
The following patchlet to videodev2.h brings in the "__user" definition from linux/compiler.h, making it suitable for inclusion in both kernel or user code. Signed-off-by: Stelian Pop <stelian@popies.net> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'include/linux')
-rw-r--r--include/linux/videodev2.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/videodev2.h b/include/linux/videodev2.h
index fda602c77144..819e211f60be 100644
--- a/include/linux/videodev2.h
+++ b/include/linux/videodev2.h
@@ -16,6 +16,7 @@
#ifdef __KERNEL__
#include <linux/time.h> /* need struct timeval */
#endif
+#include <linux/compiler.h> /* need __user */
/*
* M I S C E L L A N E O U S