Commit f80c8a5f288f6882d52e13b5e134d94f1977caef

Authored by Manjunathappa, Prakash
Committed by Afzal Mohammed
1 parent 72bf5dba9c
Exists in master

arm:omap:am33xx: Fix LCDC build warning

Patch to fix build warning.

Signed-off-by: Manjunathappa, Prakash <prakash.pm@ti.com>

Showing 1 changed file with 3 additions and 3 deletions Side-by-side Diff

arch/arm/mach-omap2/board-am335xevm.c
... ... @@ -29,6 +29,9 @@
29 29 #include <linux/wl12xx.h>
30 30 #include <linux/ethtool.h>
31 31  
  32 +/* LCD controller is similar to DA850 */
  33 +#include <video/da8xx-fb.h>
  34 +
32 35 #include <mach/hardware.h>
33 36 #include <mach/board-am335xevm.h>
34 37  
... ... @@ -43,9 +46,6 @@
43 46 #include <plat/lcdc.h>
44 47 #include <plat/usb.h>
45 48 #include <plat/mmc.h>
46   -
47   -/* LCD controller is similar to DA850 */
48   -#include <video/da8xx-fb.h>
49 49  
50 50 #include "board-flash.h"
51 51 #include "mux.h"