[linux-dvb] Patch 46 / 50: code cleanup for v4l2common
Uwe Bugla
uwe.bugla at gmx.de
Fri Jun 23 17:38:18 CEST 2006
#Applies against: 2.6.17
#Signed-off-by: Uwe Bugla <uwe.bugla at gmx.de>
#Changes: wipe out uncommented material
--- a/drivers/media/video/v4l2-common.c 2006-05-27 14:03:00
+++ b/drivers/media/video/v4l2-common.c 2006-05-29 16:57:00
@@ -6,34 +6,22 @@
*
* This file replaces the videodev.c file that comes with the
* regular kernel distribution.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version
- * 2 of the License, or (at your option) any later version.
*
* Author: Bill Dirks <bdirks at pacbell.net>
* based on code by Alan Cox, <alan at cymru.net>
*
- */
-
-/*
* Video capture interface for Linux
*
* A generic video device interface for the LINUX operating system
* using a set of device structures/vectors for low level operations.
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
* as published by the Free Software Foundation; either version
* 2 of the License, or (at your option) any later version.
*
* Author: Alan Cox, <alan at redhat.com>
- *
* Fixes:
- */
-
-/*
* Video4linux 1/2 integration by Justin Schoeman
* <justin at suntiger.ee.up.ac.za>
* 2.4 PROCFS support ported from 2.4 kernels by
@@ -75,18 +63,11 @@
MODULE_AUTHOR("Bill Dirks, Justin Schoeman, Gerd Knorr");
MODULE_DESCRIPTION("misc helper functions for v4l2 device drivers");
MODULE_LICENSE("GPL");
-
/*
- *
* V 4 L 2 D R I V E R H E L P E R A P I
*
- */
-
-/*
* Video Standard Operations (contributed by Michael Schimek)
*/
-
-
/* Fill in the fields of a v4l2_standard structure according to the
'id' and 'transmission' parameters. Returns negative on error. */
int v4l2_video_std_construct(struct v4l2_standard *vs,
@@ -923,14 +904,7 @@
EXPORT_SYMBOL(v4l2_prio_close);
EXPORT_SYMBOL(v4l2_prio_max);
EXPORT_SYMBOL(v4l2_prio_check);
-
EXPORT_SYMBOL(v4l2_field_names);
EXPORT_SYMBOL(v4l2_type_names);
EXPORT_SYMBOL(v4l_printk_ioctl);
EXPORT_SYMBOL(v4l_printk_ioctl_arg);
-
-/*
- * Local variables:
- * c-basic-offset: 8
- * End:
- */
--
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen!
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer
More information about the linux-dvb
mailing list