]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/imx: Remove unneeded definition for structure imx_drm_component
authorLiu Ying <gnuiyl@gmail.com>
Wed, 15 Mar 2017 06:52:17 +0000 (14:52 +0800)
committerPhilipp Zabel <p.zabel@pengutronix.de>
Thu, 16 Mar 2017 09:14:52 +0000 (10:14 +0100)
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>
drivers/gpu/drm/imx/imx-drm-core.c

index f42cf9ea911b09815e594983688e711b340a98f2..b6dbcd17f1e6a00be098702b9391a3967d254579 100644 (file)
 
 #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;