diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-25 16:53:30 +0200 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 15:01:01 +0200 |
commit | f8e0db9722e069f48f58e191948e85f6254879db (patch) | |
tree | f479f77594c288ee8fbcfc6fdf601b8c3341db01 /arch/arm/mach-omap2/board-ldp.c | |
parent | video/platform_data: omapdss: Create new header file for platform data (diff) | |
download | linux-f8e0db9722e069f48f58e191948e85f6254879db.tar.xz linux-f8e0db9722e069f48f58e191948e85f6254879db.zip |
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: Peter Ujfalusi <peter.ujfalusi@ti.com>
Acked-by: Tony Lindgren <tony@atomide.com>
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
-rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index f364a1b779f0..390795b334c3 100644 --- a/arch/arm/mach-omap2/board-ldp.c +++ b/arch/arm/mach-omap2/board-ldp.c @@ -39,7 +39,7 @@ #include "gpmc.h" #include "gpmc-smsc911x.h" -#include <video/omapdss.h> +#include <linux/platform_data/omapdss.h> #include <video/omap-panel-data.h> #include "board-flash.h" |