commit | 42cf22f5ed2d6b5c304f719c1f1ea81bc53b23c2 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Thu Aug 01 09:46:38 2019 -0600 |
committer | Tom Rini <trini@konsulko.com> | Sun Aug 11 16:43:41 2019 -0400 |
tree | 3c28f60aae442e3686008ab9c6b5870f6ede11a7 | |
parent | 57d21d063fb98b29527bf81a5ad23209889bab79 [diff] |
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>