Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 822f0fd3 authored by Hans Verkuil's avatar Hans Verkuil Committed by Mauro Carvalho Chehab
Browse files

[media] vpif_capture: remove unused data structure

parent 1e046d17
Loading
Loading
Loading
Loading
+1 −5
Original line number Original line Diff line number Diff line
@@ -159,10 +159,6 @@ struct vpif_config_params {
	u32 video_limit[VPIF_CAPTURE_NUM_CHANNELS];
	u32 video_limit[VPIF_CAPTURE_NUM_CHANNELS];
	u8 max_device_type;
	u8 max_device_type;
};
};
/* Struct which keeps track of the line numbers for the sliced vbi service */

struct vpif_service_line {
	u16 service_id;
	u16 service_line[2];
};
#endif				/* End of __KERNEL__ */
#endif				/* End of __KERNEL__ */
#endif				/* VPIF_CAPTURE_H */
#endif				/* VPIF_CAPTURE_H */