diff options
author | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-05-25 17:53:30 +0300 |
---|---|---|
committer | Peter Ujfalusi <peter.ujfalusi@ti.com> | 2016-06-03 16:01:01 +0300 |
commit | f8e0db9722e069f48f58e191948e85f6254879db (patch) | |
tree | f479f77594c288ee8fbcfc6fdf601b8c3341db01 /arch/arm/mach-omap2/board-rx51-video.c | |
parent | 60fc4bab9181be55d24f68aa196d864850d8297e (diff) | |
download | op-kernel-dev-f8e0db9722e069f48f58e191948e85f6254879db.zip op-kernel-dev-f8e0db9722e069f48f58e191948e85f6254879db.tar.gz |
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-rx51-video.c')
-rw-r--r-- | arch/arm/mach-omap2/board-rx51-video.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-rx51-video.c b/arch/arm/mach-omap2/board-rx51-video.c index 9866ec0..180c6aa 100644 --- a/arch/arm/mach-omap2/board-rx51-video.c +++ b/arch/arm/mach-omap2/board-rx51-video.c @@ -15,7 +15,7 @@ #include <linux/spi/spi.h> #include <linux/mm.h> #include <asm/mach-types.h> -#include <video/omapdss.h> +#include <linux/platform_data/omapdss.h> #include <video/omap-panel-data.h> #include <linux/platform_data/spi-omap2-mcspi.h> |