mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] video: imx-hdmi: Remove unused 'regmap' structure
@ 2015-09-30 21:07 Fabio Estevam
  2015-10-01  6:23 ` Sascha Hauer
  0 siblings, 1 reply; 2+ messages in thread
From: Fabio Estevam @ 2015-09-30 21:07 UTC (permalink / raw)
  To: s.hauer; +Cc: Fabio Estevam, barebox

From: Fabio Estevam <fabio.estevam@freescale.com>

As regmap is not used in Barebox we can remove this field
from the imx_hdmi struct.

Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
---
 drivers/video/imx-ipu-v3/imx-hdmi.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/video/imx-ipu-v3/imx-hdmi.c b/drivers/video/imx-ipu-v3/imx-hdmi.c
index f5a2e3c..b87aaef 100644
--- a/drivers/video/imx-ipu-v3/imx-hdmi.c
+++ b/drivers/video/imx-ipu-v3/imx-hdmi.c
@@ -133,7 +133,6 @@ struct imx_hdmi {
 
 	bool phy_enabled;
 
-	struct regmap *regmap;
 	struct device_node *ddc_node;;
 	void __iomem *regs;
 
-- 
1.9.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-10-01  6:23 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-09-30 21:07 [PATCH] video: imx-hdmi: Remove unused 'regmap' structure Fabio Estevam
2015-10-01  6:23 ` Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox