aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/imx/imx-drm-core.c
diff options
context:
space:
mode:
authorLiu Ying <gnuiyl@gmail.com>2017-03-15 14:52:17 +0800
committerPhilipp Zabel <p.zabel@pengutronix.de>2017-03-16 10:14:52 +0100
commit7d5ed2920d15a8583084f7ca689a30277ef9af55 (patch)
tree249c435483727bad87fb316358b1302d3fca697a /drivers/gpu/drm/imx/imx-drm-core.c
parentdrm/imx: use PRG/PRE when possible (diff)
downloadlinux-dev-7d5ed2920d15a8583084f7ca689a30277ef9af55.tar.xz
linux-dev-7d5ed2920d15a8583084f7ca689a30277ef9af55.zip
drm/imx: Remove unneeded definition for structure imx_drm_component
No one is using the structure imx_drm_component, so let's remove the definition to save several lines. Signed-off-by: Liu Ying <gnuiyl@gmail.com> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
Diffstat (limited to 'drivers/gpu/drm/imx/imx-drm-core.c')
-rw-r--r--drivers/gpu/drm/imx/imx-drm-core.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/drivers/gpu/drm/imx/imx-drm-core.c b/drivers/gpu/drm/imx/imx-drm-core.c
index f42cf9ea911b..b6dbcd17f1e6 100644
--- a/drivers/gpu/drm/imx/imx-drm-core.c
+++ b/drivers/gpu/drm/imx/imx-drm-core.c
@@ -34,11 +34,6 @@
#define MAX_CRTC 4
-struct imx_drm_component {
- struct device_node *of_node;
- struct list_head list;
-};
-
struct imx_drm_device {
struct drm_device *drm;
unsigned int pipes;