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

Commit f8d493c2 authored by Jorge Solano Altamirano's avatar Jorge Solano Altamirano
Browse files

msm: vidc: remove uapi no longer in use after fixing typo



This is the second part of a typo fix. This change removes the struct
with the typo error.

Change-Id: Ie10de6341c43a2ca90ae7388e2333df6447b15a3
Signed-off-by: default avatarJorge Solano Altamirano <jsolano@codeaurora.org>
parent c8d13c82
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -81,9 +81,6 @@ struct msm_vidc_stream_userdata_payload {
	unsigned int type;
	unsigned int data[1];
};
struct msm_vidc_frame_qp_payoad {
	unsigned int frame_qp;
};
struct msm_vidc_frame_qp_payload {
	unsigned int frame_qp;
};