commit | 6cbf5de7082fdee0bdbc3dd5fe7ac4c84cbf9f7d | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Mon Jan 18 19:52:16 2016 -0700 |
committer | Simon Glass <sjg@chromium.org> | Wed Jan 20 19:10:15 2016 -0700 |
tree | 40464aa7ca7f2d667e1543f9cea2e3e0397b3e6d | |
parent | 1acafc73bfc7535c185f321012ac70821471b816 [diff] |
dm: lcd: Avoid using the lcd.h header file with driver model The LCD functions and definitions are not used with the driver model video uclass. When all boards are converted over we can remove the file. For now, use #ifdef to omit the contents. Signed-off-by: Simon Glass <sjg@chromium.org> Acked-by: Anatolij Gustschin <agust@denx.de>