Skip to content

Commit

Permalink
drm/i915/dsi: remove intel_dsi_cmd.c and the unused functions therein
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Jani Nikula authored and Daniel Vetter committed Jan 29, 2015
1 parent a2581a9 commit 063c86f
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 120 deletions.
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/intel_dsi.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@
#include "i915_drv.h"
#include "intel_drv.h"
#include "intel_dsi.h"
#include "intel_dsi_cmd.h"

static const struct {
u16 panel_id;
Expand Down
117 changes: 0 additions & 117 deletions drivers/gpu/drm/i915/intel_dsi_cmd.c

This file was deleted.

1 change: 0 additions & 1 deletion drivers/gpu/drm/i915/intel_dsi_panel_vbt.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@
#include "i915_drv.h"
#include "intel_drv.h"
#include "intel_dsi.h"
#include "intel_dsi_cmd.h"

struct vbt_panel {
struct drm_panel panel;
Expand Down

0 comments on commit 063c86f

Please sign in to comment.