diff options
author | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 13:05:07 +0200 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2011-05-11 13:05:07 +0200 |
commit | a0b38cc4d35e095f14ab0f486135f8a619ebfc14 (patch) | |
tree | 3167225d68f132edcd09b7c5fd044e332e30bdce /include/video/omapdss.h | |
parent | Linux 2.6.39-rc7 (diff) | |
download | linux-a0b38cc4d35e095f14ab0f486135f8a619ebfc14.tar.xz linux-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 '')
-rw-r--r-- | include/video/omapdss.h (renamed from arch/arm/plat-omap/include/plat/display.h) | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/arch/arm/plat-omap/include/plat/display.h b/include/video/omapdss.h index 5e04ddc18fa8..39738688c7ce 100644 --- a/arch/arm/plat-omap/include/plat/display.h +++ b/include/video/omapdss.h @@ -1,6 +1,4 @@ /* - * linux/include/asm-arm/arch-omap/display.h - * * Copyright (C) 2008 Nokia Corporation * Author: Tomi Valkeinen <tomi.valkeinen@nokia.com> * @@ -17,8 +15,8 @@ * this program. If not, see <http://www.gnu.org/licenses/>. */ -#ifndef __ASM_ARCH_OMAP_DISPLAY_H -#define __ASM_ARCH_OMAP_DISPLAY_H +#ifndef __OMAP_OMAPDSS_H +#define __OMAP_OMAPDSS_H #include <linux/list.h> #include <linux/kobject.h> |