]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
karo: tx28: fix prototype of video_hw_init()
authorLothar Waßmann <LW@KARO-electronics.de>
Thu, 11 Feb 2016 12:02:28 +0000 (13:02 +0100)
committerLothar Waßmann <LW@KARO-electronics.de>
Thu, 11 Feb 2016 12:02:28 +0000 (13:02 +0100)
board/karo/tx28/tx28.c

index c5c4788a58962bc354af97f33368a99839da7445..25d61c2abc52f2b14f852c7a790d70e7e32ed813 100644 (file)
@@ -24,6 +24,7 @@
 #include <netdev.h>
 #include <mmc.h>
 #include <mxcfb.h>
 #include <netdev.h>
 #include <mmc.h>
 #include <mxcfb.h>
+#include <video_fb.h>
 #include <linux/list.h>
 #include <linux/fb.h>
 #include <asm/io.h>
 #include <linux/list.h>
 #include <linux/fb.h>
 #include <asm/io.h>
@@ -625,8 +626,6 @@ static const struct gpio stk5_lcd_gpios[] = {
        { TX28_LCD_BACKLIGHT_GPIO, GPIOFLAG_OUTPUT_INIT_HIGH, "LCD BACKLIGHT", },
 };
 
        { TX28_LCD_BACKLIGHT_GPIO, GPIOFLAG_OUTPUT_INIT_HIGH, "LCD BACKLIGHT", },
 };
 
-extern void video_hw_init(void *lcdbase);
-
 void lcd_ctrl_init(void *lcdbase)
 {
        int color_depth = 24;
 void lcd_ctrl_init(void *lcdbase)
 {
        int color_depth = 24;
@@ -810,7 +809,7 @@ void lcd_ctrl_init(void *lcdbase)
                setenv("videomode", vmode);
 
                debug("Initializing LCD controller\n");
                setenv("videomode", vmode);
 
                debug("Initializing LCD controller\n");
-               video_hw_init(lcdbase);
+               video_hw_init();
                setenv("videomode", NULL);
        } else {
                debug("Skipping initialization of LCD controller\n");
                setenv("videomode", NULL);
        } else {
                debug("Skipping initialization of LCD controller\n");