Skip to content

Commit

Permalink
V4L/DVB (7911): Remove v4l2_video_std_fps prototype declaration
Browse files Browse the repository at this point in the history
The v4l2_video_std_fps function has been removed by Adrian Bunk in 2004
but then its prototype re-appeared in include/media/v4l2-dev.h. Remove it.

Signed-off-by: Guennadi Liakhovetski <g.liakhovetski@gmx.de>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
  • Loading branch information
Guennadi Liakhovetski authored and Mauro Carvalho Chehab committed Jun 5, 2008
1 parent b4aba24 commit 70345fb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/media/v4l2-dev.h
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@
#define VFL_TYPE_VTX 3

/* Video standard functions */
extern unsigned int v4l2_video_std_fps(struct v4l2_standard *vs);
extern char *v4l2_norm_to_name(v4l2_std_id id);
extern int v4l2_video_std_construct(struct v4l2_standard *vs,
int id, char *name);
Expand Down

0 comments on commit 70345fb

Please sign in to comment.