Commit 4e9f99d7 authored by Tomi Valkeinen's avatar Tomi Valkeinen

OMAP: DSS2: Move nokia-dsi-panel.h to include/video/

arch/arm/plat-omap/include/plat/nokia-dsi-panel.h is an include for the
OMAP DSS panel driver for Nokia's DSI displays. A more logical place for
it is in include/video.
Signed-off-by: default avatarTomi Valkeinen <tomi.valkeinen@ti.com>
parent f8ae2f08
...@@ -34,7 +34,7 @@ ...@@ -34,7 +34,7 @@
#include <linux/mutex.h> #include <linux/mutex.h>
#include <video/omapdss.h> #include <video/omapdss.h>
#include <plat/nokia-dsi-panel.h> #include <video/omap-panel-nokia-dsi.h>
/* DSI Virtual channel. Hardcoded for now. */ /* DSI Virtual channel. Hardcoded for now. */
#define TCH 0 #define TCH 0
......
#ifndef __ARCH_ARM_PLAT_OMAP_NOKIA_DSI_PANEL_H #ifndef __OMAP_NOKIA_DSI_PANEL_H
#define __ARCH_ARM_PLAT_OMAP_NOKIA_DSI_PANEL_H #define __OMAP_NOKIA_DSI_PANEL_H
struct omap_dss_device; struct omap_dss_device;
...@@ -28,4 +28,4 @@ struct nokia_dsi_panel_data { ...@@ -28,4 +28,4 @@ struct nokia_dsi_panel_data {
int (*get_backlight)(struct omap_dss_device *dssdev); int (*get_backlight)(struct omap_dss_device *dssdev);
}; };
#endif /* __ARCH_ARM_PLAT_OMAP_NOKIA_DSI_PANEL_H */ #endif /* __OMAP_NOKIA_DSI_PANEL_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment