mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-16 18:08:20 +00:00
staging/easycap: drop EASYCAP_NEEDS_USBVIDEO_H
remove pointless compilation flag Cc: Mike Thomas <rmthomas@sciolus.org> Signed-off-by: Tomas Winkler <tomas.winkler@intel.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
This commit is contained in:
parent
30516058e2
commit
7ee7142186
@ -30,7 +30,6 @@
|
||||
*
|
||||
* EASYCAP_DEBUG
|
||||
* EASYCAP_IS_VIDEODEV_CLIENT
|
||||
* EASYCAP_NEEDS_USBVIDEO_H
|
||||
*
|
||||
* IF REQUIRED THEY MUST BE EXTERNALLY DEFINED, FOR EXAMPLE AS COMPILER
|
||||
* OPTIONS.
|
||||
@ -90,9 +89,6 @@
|
||||
/*^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^*/
|
||||
#include <linux/videodev2.h>
|
||||
#include <linux/soundcard.h>
|
||||
#ifdef EASYCAP_NEEDS_USBVIDEO_H
|
||||
#include <config/video/usbvideo.h>
|
||||
#endif /*EASYCAP_NEEDS_USBVIDEO_H*/
|
||||
|
||||
#ifndef PAGE_SIZE
|
||||
#error "PAGE_SIZE not defined"
|
||||
|
Loading…
x
Reference in New Issue
Block a user