aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2011-06-06 14:35:54 -0400
committerMauro Carvalho Chehab <mchehab@redhat.com>2011-07-27 16:53:43 -0400
commit5f40d915521f5a8ae4551a21871a062201ba9981 (patch)
treef47e3e0e3506439b11a2e21ddf50ab0b378d9c2a
parentc246412117d871a3a90cd4e8ba2c6dea18a59f71 (diff)
[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>
-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 33863b91461c..421e75b69f29 100644
--- a/drivers/media/video/pwc/pwc.h
+++ b/drivers/media/video/pwc/pwc.h
@@ -259,10 +259,6 @@ struct pwc_device
259#endif 259#endif
260}; 260};
261 261
262#ifdef __cplusplus
263extern "C" {
264#endif
265
266/* Global variables */ 262/* Global variables */
267#ifdef CONFIG_USB_PWC_DEBUG 263#ifdef CONFIG_USB_PWC_DEBUG
268extern int pwc_trace; 264extern int pwc_trace;
@@ -340,10 +336,4 @@ extern const struct v4l2_ioctl_ops pwc_ioctl_ops;
340/* Expand frame to image, possibly including decompression. Uses read_frame and fill_image */ 336/* Expand frame to image, possibly including decompression. Uses read_frame and fill_image */
341extern int pwc_decompress(struct pwc_device *pdev); 337extern int pwc_decompress(struct pwc_device *pdev);
342 338
343#ifdef __cplusplus
344}
345#endif
346
347
348#endif 339#endif
349/* vim: set cino= formatoptions=croql cindent shiftwidth=8 tabstop=8: */