Selaa lähdekoodia

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>
Liu Ying 8 vuotta sitten
vanhempi
commit
7d5ed2920d
1 muutettua tiedostoa jossa 0 lisäystä ja 5 poistoa
  1. 0 5
      drivers/gpu/drm/imx/imx-drm-core.c

+ 0 - 5
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;