lkml.org 
[lkml]   [2016]   [May]   [30]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 20/26] ARM: OMAP2: Use the platform_data header for omapdss
    Date
    Instead of the full omapdss internal header, include only the platform_data
    header.

    Signed-off-by: Peter Ujfalusi <peter.ujfalusi@ti.com>
    ---
    arch/arm/mach-omap2/board-ldp.c | 2 +-
    arch/arm/mach-omap2/board-rx51-video.c | 2 +-
    arch/arm/mach-omap2/display.c | 2 +-
    arch/arm/mach-omap2/dss-common.c | 2 +-
    4 files changed, 4 insertions(+), 4 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"
    diff --git a/arch/arm/mach-omap2/board-rx51-video.c b/arch/arm/mach-omap2/board-rx51-video.c
    index 9866ec06a395..180c6aa633bd 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>
    diff --git a/arch/arm/mach-omap2/display.c b/arch/arm/mach-omap2/display.c
    index 6ab13d18c636..70b3eaf085e4 100644
    --- a/arch/arm/mach-omap2/display.c
    +++ b/arch/arm/mach-omap2/display.c
    @@ -29,7 +29,7 @@
    #include <linux/mfd/syscon.h>
    #include <linux/regmap.h>

    -#include <video/omapdss.h>
    +#include <linux/platform_data/omapdss.h>
    #include "omap_hwmod.h"
    #include "omap_device.h"
    #include "omap-pm.h"
    diff --git a/arch/arm/mach-omap2/dss-common.c b/arch/arm/mach-omap2/dss-common.c
    index ea2be0f5953b..1d583bc0b1a9 100644
    --- a/arch/arm/mach-omap2/dss-common.c
    +++ b/arch/arm/mach-omap2/dss-common.c
    @@ -27,7 +27,7 @@
    #include <linux/gpio.h>
    #include <linux/platform_device.h>

    -#include <video/omapdss.h>
    +#include <linux/platform_data/omapdss.h>
    #include <video/omap-panel-data.h>

    #include "soc.h"
    --
    2.8.3
    \
     
     \ /
      Last update: 2016-05-30 14:01    [W:4.057 / U:0.268 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site