浏览代码

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>
Philipp Zabel 9 年之前
父节点
当前提交
c3ede03c88
共有 1 个文件被更改,包括 0 次插入1 次删除
  1. 0 1
      include/video/imx-ipu-v3.h

+ 0 - 1
include/video/imx-ipu-v3.h

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