diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-07 09:00:25 +0300 |
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-07 12:42:58 +0300 |
| commit | a1dec226a686077a9822013e601327b189f419df (patch) | |
| tree | 296d6fc66689f34308deb91278d3e061f0a53cbc /drivers/gpu/drm/omapdrm/dss/dss_features.c | |
| parent | Merge branch '4.8/omapdrm-pll' (omapdrm PLL work) (diff) | |
| parent | drm/omap: Remove the video/omapdss.h and move it's content to local header file (diff) | |
| download | linux-a1dec226a686077a9822013e601327b189f419df.tar.gz linux-a1dec226a686077a9822013e601327b189f419df.zip | |
Merge omapdss header refactoring
Merge omapdss public header refactoring, which separates the public
header into omapdrm and omapfb parts.
Diffstat (limited to 'drivers/gpu/drm/omapdrm/dss/dss_features.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/dss_features.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/dss_features.c b/drivers/gpu/drm/omapdrm/dss/dss_features.c index c025d44ae164..ee5b93ce2763 100644 --- a/drivers/gpu/drm/omapdrm/dss/dss_features.c +++ b/drivers/gpu/drm/omapdrm/dss/dss_features.c @@ -23,8 +23,7 @@ #include <linux/err.h> #include <linux/slab.h> -#include <video/omapdss.h> - +#include "omapdss.h" #include "dss.h" #include "dss_features.h" |
