projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
00514e8
)
drm/imx: Remove unneeded definition for structure imx_drm_component
author
Liu Ying
<gnuiyl@gmail.com>
Wed, 15 Mar 2017 06:52:17 +0000
(14:52 +0800)
committer
Philipp 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
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/imx/imx-drm-core.c
b/drivers/gpu/drm/imx/imx-drm-core.c
index f42cf9ea911b09815e594983688e711b340a98f2..b6dbcd17f1e6a00be098702b9391a3967d254579 100644
(file)
--- 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;