diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 07:05:07 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 07:05:07 -0400 |
commit | a0b38cc4d35e095f14ab0f486135f8a619ebfc14 (patch) | |
tree | 3167225d68f132edcd09b7c5fd044e332e30bdce /drivers/media | |
parent | 693d92a1bbc9e42681c42ed190bd42b636ca876f (diff) |
OMAP: DSS2: Move display.h to include/video/
arch/arm/plat-omap/include/plat/display.h is an include for the OMAP DSS
driver. A more logical place for it is in include/video.
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
Diffstat (limited to 'drivers/media')
-rw-r--r-- | drivers/media/video/omap/omap_vout.c | 2 | ||||
-rw-r--r-- | drivers/media/video/omap/omap_voutdef.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/drivers/media/video/omap/omap_vout.c b/drivers/media/video/omap/omap_vout.c index d4fe7bc92a1d..4ada9be1d430 100644 --- a/drivers/media/video/omap/omap_vout.c +++ b/drivers/media/video/omap/omap_vout.c | |||
@@ -47,7 +47,7 @@ | |||
47 | #include <plat/dma.h> | 47 | #include <plat/dma.h> |
48 | #include <plat/vram.h> | 48 | #include <plat/vram.h> |
49 | #include <plat/vrfb.h> | 49 | #include <plat/vrfb.h> |
50 | #include <plat/display.h> | 50 | #include <video/omapdss.h> |
51 | 51 | ||
52 | #include "omap_voutlib.h" | 52 | #include "omap_voutlib.h" |
53 | #include "omap_voutdef.h" | 53 | #include "omap_voutdef.h" |
diff --git a/drivers/media/video/omap/omap_voutdef.h b/drivers/media/video/omap/omap_voutdef.h index ea3a047f8bca..659497b84996 100644 --- a/drivers/media/video/omap/omap_voutdef.h +++ b/drivers/media/video/omap/omap_voutdef.h | |||
@@ -11,7 +11,7 @@ | |||
11 | #ifndef OMAP_VOUTDEF_H | 11 | #ifndef OMAP_VOUTDEF_H |
12 | #define OMAP_VOUTDEF_H | 12 | #define OMAP_VOUTDEF_H |
13 | 13 | ||
14 | #include <plat/display.h> | 14 | #include <video/omapdss.h> |
15 | 15 | ||
16 | #define YUYV_BPP 2 | 16 | #define YUYV_BPP 2 |
17 | #define RGB565_BPP 2 | 17 | #define RGB565_BPP 2 |