From mboxrd@z Thu Jan 1 00:00:00 1970 From: Anatolij Gustschin Date: Sun, 17 Jan 2016 19:40:45 +0100 Subject: [U-Boot] [PATCH 06/18] dm: lcd: Avoid using the lcd.h header file with driver model In-Reply-To: <1452011474-15207-7-git-send-email-sjg@chromium.org> References: <1452011474-15207-1-git-send-email-sjg@chromium.org> <1452011474-15207-7-git-send-email-sjg@chromium.org> Message-ID: <20160117194045.1555cbe7@crub> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, 5 Jan 2016 09:31:02 -0700 Simon Glass wrote: > 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 > --- > > common/Makefile | 2 ++ > include/lcd.h | 12 ++++++++---- > 2 files changed, 10 insertions(+), 4 deletions(-) Acked-by: Anatolij Gustschin -- Anatolij