提交 a1b9f2ae 编写于 作者: R Russell King

drm: bridge/dw_hdmi: remove unused 'regmap' struct member

This driver does not make use of regmaps, let's remove this unnecessary
structure member.
Signed-off-by: NRussell King <rmk+kernel@arm.linux.org.uk>
上级 d083c312
...@@ -123,7 +123,6 @@ struct dw_hdmi { ...@@ -123,7 +123,6 @@ struct dw_hdmi {
bool phy_enabled; bool phy_enabled;
struct drm_display_mode previous_mode; struct drm_display_mode previous_mode;
struct regmap *regmap;
struct i2c_adapter *ddc; struct i2c_adapter *ddc;
void __iomem *regs; void __iomem *regs;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册