Commit 7ee71421 authored by Tomas Winkler's avatar Tomas Winkler Committed by Greg Kroah-Hartman

staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_H

remove pointless compilation flag

Cc: Mike Thomas <rmthomas@sciolus.org>
Signed-off-by: default avatarTomas Winkler <tomas.winkler@intel.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent 30516058
...@@ -30,7 +30,6 @@ ...@@ -30,7 +30,6 @@
* *
* EASYCAP_DEBUG * EASYCAP_DEBUG
* EASYCAP_IS_VIDEODEV_CLIENT * EASYCAP_IS_VIDEODEV_CLIENT
* EASYCAP_NEEDS_USBVIDEO_H
* *
* IF REQUIRED THEY MUST BE EXTERNALLY DEFINED, FOR EXAMPLE AS COMPILER * IF REQUIRED THEY MUST BE EXTERNALLY DEFINED, FOR EXAMPLE AS COMPILER
* OPTIONS. * OPTIONS.
...@@ -90,9 +89,6 @@ ...@@ -90,9 +89,6 @@
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/ /*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
#include <linux/videodev2.h> #include <linux/videodev2.h>
#include <linux/soundcard.h> #include <linux/soundcard.h>
#ifdef EASYCAP_NEEDS_USBVIDEO_H
#include <config/video/usbvideo.h>
#endif /*EASYCAP_NEEDS_USBVIDEO_H*/
#ifndef PAGE_SIZE #ifndef PAGE_SIZE
#error "PAGE_SIZE not defined" #error "PAGE_SIZE not defined"
......
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