diff options
author | Tomas Winkler <tomas.winkler@intel.com> | 2011-02-15 14:15:19 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-02-18 12:42:12 -0800 |
commit | 7ee7142186b9acff6a142d0ebca5cfc28c85f5b5 (patch) | |
tree | 2800ee125556fe983b4df066d37f4458cbd6c653 /drivers/staging/easycap | |
parent | 30516058e2ad4a69ca9bdeac498ad522778bd3b5 (diff) | |
download | talos-op-linux-7ee7142186b9acff6a142d0ebca5cfc28c85f5b5.tar.gz talos-op-linux-7ee7142186b9acff6a142d0ebca5cfc28c85f5b5.zip |
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>
Diffstat (limited to 'drivers/staging/easycap')
-rw-r--r-- | drivers/staging/easycap/easycap.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/drivers/staging/easycap/easycap.h b/drivers/staging/easycap/easycap.h index fe91257efeaf..e8ef1a258341 100644 --- a/drivers/staging/easycap/easycap.h +++ b/drivers/staging/easycap/easycap.h @@ -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" |