From: Liu Ying Date: Wed, 15 Mar 2017 06:52:17 +0000 (+0800) Subject: drm/imx: Remove unneeded definition for structure imx_drm_component X-Git-Tag: v4.12-rc1~116^2~29^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7d5ed2920d15a8583084f7ca689a30277ef9af55;p=thirdparty%2Flinux.git 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 Signed-off-by: Philipp Zabel --- diff --git a/drivers/gpu/drm/imx/imx-drm-core.c b/drivers/gpu/drm/imx/imx-drm-core.c index f42cf9ea911b0..b6dbcd17f1e6a 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;