diff options
Diffstat (limited to 'v4l_experimental/pvrusb2/pvrusb2-video-v4l.h')
-rw-r--r-- | v4l_experimental/pvrusb2/pvrusb2-video-v4l.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h b/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h index fe4679f48..b47e64791 100644 --- a/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h +++ b/v4l_experimental/pvrusb2/pvrusb2-video-v4l.h @@ -1,6 +1,6 @@ /* * - * $Id: pvrusb2-video-v4l.h,v 1.2 2006/01/01 08:26:03 mcisely Exp $ + * $Id: pvrusb2-video-v4l.h,v 1.3 2006/01/14 19:09:50 mcisely Exp $ * * Copyright (C) 2005 Mike Isely <isely@pobox.com> * Copyright (C) 2004 Aurelien Alleaume <slts@free.fr> @@ -34,13 +34,11 @@ #include "compat.h" -#ifndef PVR2_SUPPRESS_SAA711X #include "pvrusb2-i2c-core.h" int pvr2_i2c_decoder_v4l_setup(struct pvr2_hdw *,struct pvr2_i2c_client *); -#endif /* PVR2_SUPPRESS_SAA711X */ #endif /* __PVRUSB2_VIDEO_V4L_H */ |