diff options
author | Jani Nikula <jani.nikula@intel.com> | 2015-01-16 14:27:27 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2015-01-29 16:57:14 +0100 |
commit | 063c86f60ad4064b2cf62041bee8c6389e180b76 (patch) | |
tree | eba21e9c377864825edca6e95150c965f80841d8 /drivers/gpu/drm/i915/Makefile | |
parent | a2581a9e7cdc6167da779cf149296329371a32be (diff) | |
download | lwn-063c86f60ad4064b2cf62041bee8c6389e180b76.tar.gz lwn-063c86f60ad4064b2cf62041bee8c6389e180b76.zip |
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/Makefile | 1 |
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 \ intel_ddi.o \ intel_dp.o \ intel_dp_mst.o \ - intel_dsi_cmd.o \ intel_dsi.o \ intel_dsi_pll.o \ intel_dsi_panel_vbt.o \ |