diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/media/davinci/vpif_types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/media/davinci/vpif_types.h b/include/media/davinci/vpif_types.h index a422ed085cd2..65e8fe17e116 100644 --- a/include/media/davinci/vpif_types.h +++ b/include/media/davinci/vpif_types.h | |||
@@ -37,7 +37,6 @@ struct vpif_interface { | |||
37 | struct vpif_subdev_info { | 37 | struct vpif_subdev_info { |
38 | const char *name; | 38 | const char *name; |
39 | struct i2c_board_info board_info; | 39 | struct i2c_board_info board_info; |
40 | struct vpif_interface vpif_if; | ||
41 | }; | 40 | }; |
42 | 41 | ||
43 | struct vpif_display_config { | 42 | struct vpif_display_config { |
@@ -59,6 +58,7 @@ struct vpif_input { | |||
59 | }; | 58 | }; |
60 | 59 | ||
61 | struct vpif_capture_chan_config { | 60 | struct vpif_capture_chan_config { |
61 | struct vpif_interface vpif_if; | ||
62 | const struct vpif_input *inputs; | 62 | const struct vpif_input *inputs; |
63 | int input_count; | 63 | int input_count; |
64 | }; | 64 | }; |