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

Commit c3ede03c authored by Philipp Zabel's avatar Philipp Zabel
Browse files

gpu: ipu-v3: drop unused dmfc field from client platform data



This field is never used, drop it.

Signed-off-by: default avatarPhilipp Zabel <p.zabel@pengutronix.de>
parent 9832e811
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -343,7 +343,6 @@ struct ipu_client_platformdata {
	int di;
	int dc;
	int dp;
	int dmfc;
	int dma[2];
};