summaryrefslogtreecommitdiffstats
path: root/drivers/video
diff options
context:
space:
mode:
authorFabio Estevam <fabio.estevam@freescale.com>2015-09-30 18:07:42 -0300
committerSascha Hauer <s.hauer@pengutronix.de>2015-10-01 08:23:14 +0200
commit704588632f4fc36fe41f1353d7f62be199976360 (patch)
treea2e89053c83147972bdb44fd2f17953246188db5 /drivers/video
parent0c2971a41c89cb2c68cb2b5791af9f291c246432 (diff)
downloadbarebox-704588632f4fc36fe41f1353d7f62be199976360.tar.gz
barebox-704588632f4fc36fe41f1353d7f62be199976360.tar.xz
video: imx-hdmi: Remove unused 'regmap' structure
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> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/video')
-rw-r--r--drivers/video/imx-ipu-v3/imx-hdmi.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/imx-ipu-v3/imx-hdmi.c b/drivers/video/imx-ipu-v3/imx-hdmi.c
index fa55b19c94..25fcb0c739 100644
--- a/drivers/video/imx-ipu-v3/imx-hdmi.c
+++ b/drivers/video/imx-ipu-v3/imx-hdmi.c
@@ -132,7 +132,6 @@ struct dw_hdmi {
bool phy_enabled;
- struct regmap *regmap;
struct device_node *ddc_node;;
void __iomem *regs;