diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2015-11-05 10:26:18 -0500 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2017-04-03 05:36:40 -0400 |
commit | 82e83f67a917d68b22382be8cf63d50c28758be4 (patch) | |
tree | e46bfed63bcd06180ab73b048f33039e766e4c0f /drivers/gpu/drm/omapdrm/dss/display.c | |
parent | 892fdcb05e3123192fb954a02fe75b9444d001a3 (diff) |
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/display.c')
-rw-r--r-- | drivers/gpu/drm/omapdrm/dss/display.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/display.c b/drivers/gpu/drm/omapdrm/dss/display.c index 333ba284ef6d..e567ff68b216 100644 --- a/drivers/gpu/drm/omapdrm/dss/display.c +++ b/drivers/gpu/drm/omapdrm/dss/display.c | |||
@@ -29,8 +29,6 @@ | |||
29 | #include <linux/of.h> | 29 | #include <linux/of.h> |
30 | 30 | ||
31 | #include "omapdss.h" | 31 | #include "omapdss.h" |
32 | #include "dss.h" | ||
33 | #include "dss_features.h" | ||
34 | 32 | ||
35 | void omapdss_default_get_resolution(struct omap_dss_device *dssdev, | 33 | void omapdss_default_get_resolution(struct omap_dss_device *dssdev, |
36 | u16 *xres, u16 *yres) | 34 | u16 *xres, u16 *yres) |