diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-31 10:43:12 +0200 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 15:06:38 +0200 |
commit | 62d9e44ee29f42367b3fae3480825a5c742ec3fc (patch) | |
tree | e74d7c1f862de67cc38e3b7dc65e745eaea4f19d /drivers/video/fbdev/omap2/omapfb/dss/dispc.c | |
parent | drm/omap: Do not include video/omapdss.h directly in drivers (diff) | |
download | linux-62d9e44ee29f42367b3fae3480825a5c742ec3fc.tar.xz linux-62d9e44ee29f42367b3fae3480825a5c742ec3fc.zip |
omapfb: Create new header file for omapfb DSS implementation
Copy the content of video/omapdss.h to a new (video/omapfb_dss.h) header
file and convert the omapfb drivers to use this new file.
The new header file is needed to complete the separation of omapdrm and
omapfb implementation of DSS.
Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
Diffstat (limited to 'drivers/video/fbdev/omap2/omapfb/dss/dispc.c')
-rw-r--r-- | drivers/video/fbdev/omap2/omapfb/dss/dispc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/fbdev/omap2/omapfb/dss/dispc.c b/drivers/video/fbdev/omap2/omapfb/dss/dispc.c index 5491e304f4fe..7a75dfda9845 100644 --- a/drivers/video/fbdev/omap2/omapfb/dss/dispc.c +++ b/drivers/video/fbdev/omap2/omapfb/dss/dispc.c @@ -41,7 +41,7 @@ #include <linux/of.h> #include <linux/component.h> -#include <video/omapdss.h> +#include <video/omapfb_dss.h> #include "dss.h" #include "dss_features.h" |