aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/Makefile
diff options
context:
space:
mode:
authorJani Nikula <jani.nikula@intel.com>2015-01-16 07:27:27 -0500
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-01-29 10:57:14 -0500
commit063c86f60ad4064b2cf62041bee8c6389e180b76 (patch)
treeeba21e9c377864825edca6e95150c965f80841d8 /drivers/gpu/drm/i915/Makefile
parenta2581a9e7cdc6167da779cf149296329371a32be (diff)
drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein
The removed functions can be resurrected in intel_dsi.c as need arises. Signed-off-by: Jani Nikula <jani.nikula@intel.com> Reviewed-By: Shobhit Kumar <shobhit.kumar@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/i915/Makefile')
-rw-r--r--drivers/gpu/drm/i915/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/i915/Makefile b/drivers/gpu/drm/i915/Makefile
index c7e2ab59c85e..f01922591679 100644
--- a/drivers/gpu/drm/i915/Makefile
+++ b/drivers/gpu/drm/i915/Makefile
@@ -72,7 +72,6 @@ i915-y += dvo_ch7017.o \
72 intel_ddi.o \ 72 intel_ddi.o \
73 intel_dp.o \ 73 intel_dp.o \
74 intel_dp_mst.o \ 74 intel_dp_mst.o \
75 intel_dsi_cmd.o \
76 intel_dsi.o \ 75 intel_dsi.o \
77 intel_dsi_pll.o \ 76 intel_dsi_pll.o \
78 intel_dsi_panel_vbt.o \ 77 intel_dsi_panel_vbt.o \