summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/omapdrm/dss/output.c
diff options
context:
space:
mode:
authorTomi Valkeinen2015-11-05 16:26:18 +0100
committerTomi Valkeinen2017-04-03 11:36:40 +0200
commit82e83f67a917d68b22382be8cf63d50c28758be4 (patch)
treee46bfed63bcd06180ab73b048f33039e766e4c0f /drivers/gpu/drm/omapdrm/dss/output.c
parentdrm/omap: display: don't use dsi_get_pixel_size() (diff)
downloadkernel-qcow2-linux-82e83f67a917d68b22382be8cf63d50c28758be4.tar.gz
kernel-qcow2-linux-82e83f67a917d68b22382be8cf63d50c28758be4.tar.xz
kernel-qcow2-linux-82e83f67a917d68b22382be8cf63d50c28758be4.zip
drm/omap: move display, dss-of, output to omapdss-base
This patch moves the common parts of omapdss to omapdss-base so that both the current omapdss driver and the new omapdss6 driver can use them. Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/output.c')
-rw-r--r--drivers/gpu/drm/omapdrm/dss/output.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/output.c b/drivers/gpu/drm/omapdrm/dss/output.c
index 0858958677a1..2b999dc48621 100644
--- a/drivers/gpu/drm/omapdrm/dss/output.c
+++ b/drivers/gpu/drm/omapdrm/dss/output.c
@@ -22,7 +22,6 @@
#include <linux/of.h>
#include "omapdss.h"
-#include "dss.h"
static LIST_HEAD(output_list);
static DEFINE_MUTEX(output_lock);