Commit 934949d8 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

V4L/DVB (13371): davinci: remove stray duplicate config pointer



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: default avatarHans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: default avatarMauro Carvalho Chehab <mchehab@redhat.com>
parent 28f4ddd1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -1426,7 +1426,6 @@ static __init int vpif_probe(struct platform_device *pdev)
	struct vpif_display_config *config;
	int i, j = 0, k, q, m, err = 0;
	struct i2c_adapter *i2c_adap;
	struct vpif_config *config;
	struct common_obj *common;
	struct channel_obj *ch;
	struct video_device *vfd;