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)
commit3c1ecde402ca5ba851ce846ceeeffc6e5ab30490
tree3c28f60aae442e3686008ab9c6b5870f6ede11a7
parent4575a77b7adaf95638d288d5b2429a44bebd6068
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>
common/board_f.c
include/common.h
include/lcd.h