diff options
author | Gerd Knorr <devnull@localhost> | 2004-11-19 18:07:12 +0000 |
---|---|---|
committer | Gerd Knorr <devnull@localhost> | 2004-11-19 18:07:12 +0000 |
commit | 7175dee15a08b254c7847bf4bcba6552677eae7f (patch) | |
tree | b3197a92fa5af73a50ca08b577cb3b2ade4ebec6 /linux/drivers/media/video/v4l2-common.c | |
parent | be06ee9b223801a7f8f55d5303c84c5068728d16 (diff) | |
download | mediapointer-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.c | 4 |
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); |