diff options
Diffstat (limited to 'drivers/media/platform/am437x/am437x-vpfe.h')
-rw-r--r-- | drivers/media/platform/am437x/am437x-vpfe.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/media/platform/am437x/am437x-vpfe.h b/drivers/media/platform/am437x/am437x-vpfe.h index 0f557352313d..5bfb35649a39 100644 --- a/drivers/media/platform/am437x/am437x-vpfe.h +++ b/drivers/media/platform/am437x/am437x-vpfe.h | |||
@@ -83,7 +83,6 @@ struct vpfe_route { | |||
83 | }; | 83 | }; |
84 | 84 | ||
85 | struct vpfe_subdev_info { | 85 | struct vpfe_subdev_info { |
86 | char name[32]; | ||
87 | /* Sub device group id */ | 86 | /* Sub device group id */ |
88 | int grp_id; | 87 | int grp_id; |
89 | /* inputs available at the sub device */ | 88 | /* inputs available at the sub device */ |
@@ -223,7 +222,7 @@ struct vpfe_ccdc { | |||
223 | struct vpfe_device { | 222 | struct vpfe_device { |
224 | /* V4l2 specific parameters */ | 223 | /* V4l2 specific parameters */ |
225 | /* Identifies video device for this channel */ | 224 | /* Identifies video device for this channel */ |
226 | struct video_device *video_dev; | 225 | struct video_device video_dev; |
227 | /* sub devices */ | 226 | /* sub devices */ |
228 | struct v4l2_subdev **sd; | 227 | struct v4l2_subdev **sd; |
229 | /* vpfe cfg */ | 228 | /* vpfe cfg */ |