Skip to content

Commit

Permalink
drm/imx: Remove unneeded definition for structure imx_drm_component
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Liu Ying authored and Philipp Zabel committed Mar 16, 2017
1 parent 00514e8 commit 7d5ed29
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions drivers/gpu/drm/imx/imx-drm-core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 7d5ed29

Please sign in to comment.