aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: */