diff options
author | Hans Verkuil <hverkuil@xs4all.nl> | 2009-11-09 12:05:11 (GMT) |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-11-26 21:38:04 (GMT) |
commit | 934949d816004ff66e21adbab225e9cb7f20015a (patch) | |
tree | eaf4d22a1c578ec66b74d8b0e9cfa69669c0f2f0 /drivers/media | |
parent | 28f4ddd1e8e341907d8f4f4b9ebf9f441f30420a (diff) | |
download | linux-934949d816004ff66e21adbab225e9cb7f20015a.tar.xz |
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: Hans Verkuil <hverkuil@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/davinci/vpif_display.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/media/video/davinci/vpif_display.c b/drivers/media/video/davinci/vpif_display.c index c015da8..d14cfb2 100644 --- a/drivers/media/video/davinci/vpif_display.c +++ b/drivers/media/video/davinci/vpif_display.c @@ -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; |