summaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-06-06 15:35:54 -0300
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 17:53:43 -0300
commit5f40d915521f5a8ae4551a21871a062201ba9981 (patch)
treef47e3e0e3506439b11a2e21ddf50ab0b378d9c2a /drivers
parentc246412117d871a3a90cd4e8ba2c6dea18a59f71 (diff)
downloadlinux-3.10-5f40d915521f5a8ae4551a21871a062201ba9981.tar.gz
linux-3.10-5f40d915521f5a8ae4551a21871a062201ba9981.tar.bz2
linux-3.10-5f40d915521f5a8ae4551a21871a062201ba9981.zip
[media] pwc: remove __cplusplus guards from private header
Signed-off-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/media/video/pwc/pwc.h10
1 files changed, 0 insertions, 10 deletions
diff --git a/drivers/media/video/pwc/pwc.h b/drivers/media/video/pwc/pwc.h
index 33863b91461..421e75b69f2 100644
--- a/drivers/media/video/pwc/pwc.h
+++ b/drivers/media/video/pwc/pwc.h
@@ -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: */