]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commit92f2121ea250f1b1609ce69224b6e7b322c895ef
tree3c28f60aae442e3686008ab9c6b5870f6ede11a7
parent97ec1d77783568e21c7a1b9c1cf3c67865d90982
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