Commit 2fafc642 authored by Luca Risolia's avatar Luca Risolia Committed by Linus Torvalds

[PATCH] include "compiler.h" in videodev.h

This avoids compiler errors about undefined "__user" macros when including
"videodev.h" in userspace applications.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 856da439
#ifndef __LINUX_VIDEODEV_H
#define __LINUX_VIDEODEV_H
#include <linux/compiler.h>
#include <linux/types.h>
#include <linux/version.h>
......
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