diff options
| author | Tomi Valkeinen <[email protected]> | 2016-06-07 06:00:25 +0000 |
|---|---|---|
| committer | Tomi Valkeinen <[email protected]> | 2016-06-07 09:42:58 +0000 |
| commit | a1dec226a686077a9822013e601327b189f419df (patch) | |
| tree | 296d6fc66689f34308deb91278d3e061f0a53cbc /arch/arm/mach-omap2/board-ldp.c | |
| parent | Merge branch '4.8/omapdrm-pll' (omapdrm PLL work) (diff) | |
| parent | drm/omap: Remove the video/omapdss.h and move it's content to local header file (diff) | |
| download | kernel-a1dec226a686077a9822013e601327b189f419df.tar.gz kernel-a1dec226a686077a9822013e601327b189f419df.zip | |
Merge omapdss header refactoring
Merge omapdss public header refactoring, which separates the public
header into omapdrm and omapfb parts.
Diffstat (limited to 'arch/arm/mach-omap2/board-ldp.c')
| -rw-r--r-- | arch/arm/mach-omap2/board-ldp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/arm/mach-omap2/board-ldp.c b/arch/arm/mach-omap2/board-ldp.c index d9c3ffc39329..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" @@ -47,6 +47,7 @@ #include "hsmmc.h" #include "control.h" #include "common-board-devices.h" +#include "display.h" #define LDP_SMSC911X_CS 1 #define LDP_SMSC911X_GPIO 152 |
