Commit 03d23480 authored by Stelian Pop's avatar Stelian Pop Committed by Linus Torvalds

[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: default avatarStelian Pop <stelian@popies.net>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 1eb4480b
...@@ -16,6 +16,7 @@ ...@@ -16,6 +16,7 @@
#ifdef __KERNEL__ #ifdef __KERNEL__
#include <linux/time.h> /* need struct timeval */ #include <linux/time.h> /* need struct timeval */
#endif #endif
#include <linux/compiler.h> /* need __user */
/* /*
* M I S C E L L A N E O U S * M I S C E L L A N E O U S
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment