Commit f8e0db97 authored by Peter Ujfalusi's avatar Peter Ujfalusi

ARM: OMAP2: Use the platform_data header for omapdss

Instead of the full omapdss internal header, include only the platform_data
header.
Signed-off-by: default avatarPeter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: default avatarTony Lindgren <tony@atomide.com>
parent 60fc4bab
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
#include "gpmc.h" #include "gpmc.h"
#include "gpmc-smsc911x.h" #include "gpmc-smsc911x.h"
#include <video/omapdss.h> #include <linux/platform_data/omapdss.h>
#include <video/omap-panel-data.h> #include <video/omap-panel-data.h>
#include "board-flash.h" #include "board-flash.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <linux/spi/spi.h> #include <linux/spi/spi.h>
#include <linux/mm.h> #include <linux/mm.h>
#include <asm/mach-types.h> #include <asm/mach-types.h>
#include <video/omapdss.h> #include <linux/platform_data/omapdss.h>
#include <video/omap-panel-data.h> #include <video/omap-panel-data.h>
#include <linux/platform_data/spi-omap2-mcspi.h> #include <linux/platform_data/spi-omap2-mcspi.h>
......
...@@ -29,7 +29,7 @@ ...@@ -29,7 +29,7 @@
#include <linux/mfd/syscon.h> #include <linux/mfd/syscon.h>
#include <linux/regmap.h> #include <linux/regmap.h>
#include <video/omapdss.h> #include <linux/platform_data/omapdss.h>
#include "omap_hwmod.h" #include "omap_hwmod.h"
#include "omap_device.h" #include "omap_device.h"
#include "omap-pm.h" #include "omap-pm.h"
......
...@@ -27,7 +27,7 @@ ...@@ -27,7 +27,7 @@
#include <linux/gpio.h> #include <linux/gpio.h>
#include <linux/platform_device.h> #include <linux/platform_device.h>
#include <video/omapdss.h> #include <linux/platform_data/omapdss.h>
#include <video/omap-panel-data.h> #include <video/omap-panel-data.h>
#include "soc.h" #include "soc.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