diff options
author | Liu Ying <gnuiyl@gmail.com> | 2017-03-15 02:52:17 -0400 |
---|---|---|
committer | Philipp Zabel <p.zabel@pengutronix.de> | 2017-03-16 05:14:52 -0400 |
commit | 7d5ed2920d15a8583084f7ca689a30277ef9af55 (patch) | |
tree | 249c435483727bad87fb316358b1302d3fca697a /drivers/gpu/drm/imx/imx-drm-core.c | |
parent | 00514e8593350498790d19c7e21b720fee899cf7 (diff) |
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.c | 5 |
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 @@ | |||
34 | 34 | ||
35 | #define MAX_CRTC 4 | 35 | #define MAX_CRTC 4 |
36 | 36 | ||
37 | struct imx_drm_component { | ||
38 | struct device_node *of_node; | ||
39 | struct list_head list; | ||
40 | }; | ||
41 | |||
42 | struct imx_drm_device { | 37 | struct imx_drm_device { |
43 | struct drm_device *drm; | 38 | struct drm_device *drm; |
44 | unsigned int pipes; | 39 | unsigned int pipes; |