summaryrefslogtreecommitdiff
path: root/linux/drivers/media/video/v4l2-common.c
diff options
context:
space:
mode:
authorGerd Knorr <devnull@localhost>2004-11-19 18:07:12 +0000
committerGerd Knorr <devnull@localhost>2004-11-19 18:07:12 +0000
commit7175dee15a08b254c7847bf4bcba6552677eae7f (patch)
treeb3197a92fa5af73a50ca08b577cb3b2ade4ebec6 /linux/drivers/media/video/v4l2-common.c
parentbe06ee9b223801a7f8f55d5303c84c5068728d16 (diff)
downloadmediapointer-dvb-s2-7175dee15a08b254c7847bf4bcba6552677eae7f.tar.gz
mediapointer-dvb-s2-7175dee15a08b254c7847bf4bcba6552677eae7f.tar.bz2
- misc cleanups.
- blackbird + empress updates.
Diffstat (limited to 'linux/drivers/media/video/v4l2-common.c')
-rw-r--r--linux/drivers/media/video/v4l2-common.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/linux/drivers/media/video/v4l2-common.c b/linux/drivers/media/video/v4l2-common.c
index 5eb986bd6..621c6b650 100644
--- a/linux/drivers/media/video/v4l2-common.c
+++ b/linux/drivers/media/video/v4l2-common.c
@@ -88,6 +88,7 @@ MODULE_LICENSE("GPL");
* Video Standard Operations (contributed by Michael Schimek)
*/
+#if 0 /* seems to have no users */
/* This is the recommended method to deal with the framerate fields. More
sophisticated drivers will access the fields directly. */
unsigned int
@@ -99,6 +100,8 @@ v4l2_video_std_fps(struct v4l2_standard *vs)
(1 << 7)) / (1 << 8);
return 0;
}
+EXPORT_SYMBOL(v4l2_video_std_fps);
+#endif
/* Fill in the fields of a v4l2_standard structure according to the
'id' and 'transmission' parameters. Returns negative on error. */
@@ -263,7 +266,6 @@ char *v4l2_ioctl_names[256] = {
/* ----------------------------------------------------------------- */
-EXPORT_SYMBOL(v4l2_video_std_fps);
EXPORT_SYMBOL(v4l2_video_std_construct);
EXPORT_SYMBOL(v4l2_prio_init);