diff options
| author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-07 02:00:25 -0400 | 
|---|---|---|
| committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2016-06-07 05:42:58 -0400 | 
| commit | a1dec226a686077a9822013e601327b189f419df (patch) | |
| tree | 296d6fc66689f34308deb91278d3e061f0a53cbc /drivers/gpu/drm/omapdrm/dss/display.c | |
| parent | ecf140dfc3fe169aaff8f5561d345f6b96d7b476 (diff) | |
| parent | 26038aad2511566c1a0923777e76565a13af0b8d (diff) | |
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/display.c')
| -rw-r--r-- | drivers/gpu/drm/omapdrm/dss/display.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/omapdrm/dss/display.c b/drivers/gpu/drm/omapdrm/dss/display.c index 9f3dd09b0a6c..8dcdd7cf9937 100644 --- a/drivers/gpu/drm/omapdrm/dss/display.c +++ b/drivers/gpu/drm/omapdrm/dss/display.c  | |||
| @@ -28,7 +28,7 @@ | |||
| 28 | #include <linux/platform_device.h> | 28 | #include <linux/platform_device.h> | 
| 29 | #include <linux/of.h> | 29 | #include <linux/of.h> | 
| 30 | 30 | ||
| 31 | #include <video/omapdss.h> | 31 | #include "omapdss.h" | 
| 32 | #include "dss.h" | 32 | #include "dss.h" | 
| 33 | #include "dss_features.h" | 33 | #include "dss_features.h" | 
| 34 | 34 | ||
