diff options
author | Simon Glass <sjg@chromium.org> | 2019-08-01 09:46:38 -0600 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2019-08-11 16:43:41 -0400 |
commit | 3c1ecde402ca5ba851ce846ceeeffc6e5ab30490 (patch) | |
tree | 3c28f60aae442e3686008ab9c6b5870f6ede11a7 /include/common.h | |
parent | 4575a77b7adaf95638d288d5b2429a44bebd6068 (diff) | |
download | u-boot-3c1ecde402ca5ba851ce846ceeeffc6e5ab30490.tar.gz u-boot-3c1ecde402ca5ba851ce846ceeeffc6e5ab30490.tar.xz u-boot-3c1ecde402ca5ba851ce846ceeeffc6e5ab30490.zip |
common: Move lcd_setmem() to lcd.h
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>
Diffstat (limited to 'include/common.h')
-rw-r--r-- | include/common.h | 3 |
1 files changed, 0 insertions, 3 deletions
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); |