[media] pwc: remove __cplusplus guards from private header
authorHans de Goede <hdegoede@redhat.com>
Mon, 6 Jun 2011 18:35:54 +0000 (15:35 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Wed, 27 Jul 2011 20:53:43 +0000 (17:53 -0300)
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
drivers/media/video/pwc/pwc.h

index 33863b91461c682efe59c29a4c7a23f1692a40fb..421e75b69f29033f52c0fd0ad38bbfeba27684ad 100644 (file)
@@ -259,10 +259,6 @@ struct pwc_device
 #endif
 };
 
-#ifdef __cplusplus
-extern "C" {
-#endif
-
 /* Global variables */
 #ifdef CONFIG_USB_PWC_DEBUG
 extern int pwc_trace;
@@ -340,10 +336,4 @@ extern const struct v4l2_ioctl_ops pwc_ioctl_ops;
 /* Expand frame to image, possibly including decompression. Uses read_frame and fill_image */
 extern int pwc_decompress(struct pwc_device *pdev);
 
-#ifdef __cplusplus
-}
-#endif
-
-
 #endif
-/* vim: set cino= formatoptions=croql cindent shiftwidth=8 tabstop=8: */