[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>
This commit is contained in:
parent
c246412117
commit
5f40d91552
|
@ -259,10 +259,6 @@ struct pwc_device
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
extern "C" {
|
|
||||||
#endif
|
|
||||||
|
|
||||||
/* Global variables */
|
/* Global variables */
|
||||||
#ifdef CONFIG_USB_PWC_DEBUG
|
#ifdef CONFIG_USB_PWC_DEBUG
|
||||||
extern int pwc_trace;
|
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 */
|
/* Expand frame to image, possibly including decompression. Uses read_frame and fill_image */
|
||||||
extern int pwc_decompress(struct pwc_device *pdev);
|
extern int pwc_decompress(struct pwc_device *pdev);
|
||||||
|
|
||||||
#ifdef __cplusplus
|
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#endif
|
|
||||||
/* vim: set cino= formatoptions=croql cindent shiftwidth=8 tabstop=8: */
|
|
||||||
|
|
Loading…
Reference in New Issue