V4L/DVB (13371): davinci: remove stray duplicate config pointer
authorHans Verkuil <hverkuil@xs4all.nl>
Mon, 9 Nov 2009 12:05:11 +0000 (09:05 -0300)
committerMauro Carvalho Chehab <mchehab@redhat.com>
Thu, 26 Nov 2009 21:38:04 +0000 (19:38 -0200)
The vpif_config struct was renamed to vpif_display_config, but there
is still a stray vpif_config *config pointer in vpif_display.c, preventing
it from compiling.

Remove this old duplicate pointer.

Signed-off-by: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>

No differences found