common: Move lcd_setmem() to lcd.h
authorSimon Glass <sjg@chromium.org>
Thu, 1 Aug 2019 15:46:38 +0000 (09:46 -0600)
committerTom Rini <trini@konsulko.com>
Sun, 11 Aug 2019 20:43:41 +0000 (16:43 -0400)
This function relates to lcd.h and is about to become obsolete with the
driver-model conversion. Move it out of common.h

Signed-off-by: Simon Glass <sjg@chromium.org>
common/board_f.c
include/common.h
include/lcd.h

index 4760d728f374dd07df9978931b74a57e63278d20..ed3cf6afbe08f8ba9de2a2c7a2bf371ba7a3279f 100644 (file)
@@ -19,6 +19,7 @@
 #include <fs.h>
 #include <i2c.h>
 #include <initcall.h>
+#include <lcd.h>
 #include <malloc.h>
 #include <mapmem.h>
 #include <os.h>
index df589163e509d3943286782f9f7f2cd8a8d0cf7c..e96dc7ebc60f5381a77beefbbbcacdc109cb8938 100644 (file)
@@ -385,9 +385,6 @@ ulong       bootcount_load (void);
 /* $(CPU)/.../<eth> */
 void mii_init (void);
 
-/* $(CPU)/.../lcd.c */
-ulong  lcd_setmem (ulong);
-
 /* $(CPU)/.../video.c */
 ulong  video_setmem (ulong);
 
index cb6b6a4d12a76f839ad9ab8466a88fca0fd64ef1..9a4c0da5baca71dc2a9b8513886e80611759c05b 100644 (file)
@@ -30,6 +30,7 @@ extern struct vidinfo panel_info;
 void lcd_ctrl_init(void *lcdbase);
 void lcd_enable(void);
 void lcd_setcolreg(ushort regno, ushort red, ushort green, ushort blue);
+ulong lcd_setmem(ulong addr);
 
 /**
  * Set whether we need to flush the dcache when changing the LCD image. This