dm: lcd: Avoid using the lcd.h header file with driver model
authorSimon Glass <sjg@chromium.org>
Tue, 19 Jan 2016 02:52:16 +0000 (19:52 -0700)
committerSimon Glass <sjg@chromium.org>
Thu, 21 Jan 2016 02:10:15 +0000 (19:10 -0700)
commit6cbf5de7082fdee0bdbc3dd5fe7ac4c84cbf9f7d
tree40464aa7ca7f2d667e1543f9cea2e3e0397b3e6d
parent1acafc73bfc7535c185f321012ac70821471b816
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>
common/Makefile
include/lcd.h