1
0
Fork 0

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

This field is never used, drop it.

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
hifive-unleashed-5.1
Philipp Zabel 2015-11-09 16:43:09 +01:00
parent 9832e81102
commit c3ede03c88
1 changed files with 0 additions and 1 deletions

View File

@ -343,7 +343,6 @@ struct ipu_client_platformdata {
int di;
int dc;
int dp;
int dmfc;
int dma[2];
};