diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 14:05:07 +0300 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 14:05:07 +0300 |
commit | a0b38cc4d35e095f14ab0f486135f8a619ebfc14 (patch) | |
tree | 3167225d68f132edcd09b7c5fd044e332e30bdce /drivers/video/omap2/displays/panel-taal.c | |
parent | 693d92a1bbc9e42681c42ed190bd42b636ca876f (diff) | |
download | linux-stable-a0b38cc4d35e095f14ab0f486135f8a619ebfc14.tar.gz linux-stable-a0b38cc4d35e095f14ab0f486135f8a619ebfc14.tar.bz2 linux-stable-a0b38cc4d35e095f14ab0f486135f8a619ebfc14.zip |
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/video/omap2/displays/panel-taal.c')
-rw-r--r-- | drivers/video/omap2/displays/panel-taal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/video/omap2/displays/panel-taal.c b/drivers/video/omap2/displays/panel-taal.c index adc9900458e1..4673517cee71 100644 --- a/drivers/video/omap2/displays/panel-taal.c +++ b/drivers/video/omap2/displays/panel-taal.c @@ -33,7 +33,7 @@ #include <linux/regulator/consumer.h> #include <linux/mutex.h> -#include <plat/display.h> +#include <video/omapdss.h> #include <plat/nokia-dsi-panel.h> /* DSI Virtual channel. Hardcoded for now. */ |