Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Liu Ying and committed by
Philipp Zabel
7d5ed292 00514e85

-5
-5
drivers/gpu/drm/imx/imx-drm-core.c
··· 34 34 35 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 37 struct imx_drm_device { 43 38 struct drm_device *drm; 44 39 unsigned int pipes;