1
0
Fork 0

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>
hifive-unleashed-5.1
Liu Ying 2017-03-15 14:52:17 +08:00 committed by Philipp Zabel
parent 00514e8593
commit 7d5ed2920d
1 changed files with 0 additions and 5 deletions

View File

@ -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;