diff mbox series

[U-Boot,v2,03/40] common: Move lcd_setmem() to lcd.h

Message ID 20190801154715.225318-4-sjg@chromium.org
State Accepted
Commit 3c1ecde402ca5ba851ce846ceeeffc6e5ab30490
Delegated to: Tom Rini
Headers show
Series env: common: Remove environment definitions from common.h | expand

Commit Message

Simon Glass Aug. 1, 2019, 3:46 p.m. UTC
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>
---

Changes in v2: None

 common/board_f.c | 1 +
 include/common.h | 3 ---
 include/lcd.h    | 1 +
 3 files changed, 2 insertions(+), 3 deletions(-)

Comments

Tom Rini Aug. 13, 2019, 4:53 p.m. UTC | #1
On Thu, Aug 01, 2019 at 09:46:38AM -0600, Simon Glass wrote:

> 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>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/common/board_f.c b/common/board_f.c
index 4760d728f3..ed3cf6afbe 100644
--- a/common/board_f.c
+++ b/common/board_f.c
@@ -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>
diff --git a/include/common.h b/include/common.h
index df589163e5..e96dc7ebc6 100644
--- a/include/common.h
+++ b/include/common.h
@@ -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);
 
diff --git a/include/lcd.h b/include/lcd.h
index cb6b6a4d12..9a4c0da5ba 100644
--- a/include/lcd.h
+++ b/include/lcd.h
@@ -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