From b5bf5cb3b3e81298247a53d5b514cf941cd13a9f Mon Sep 17 00:00:00 2001 From: Masahiro Yamada Date: Wed, 21 Sep 2016 11:28:53 +0900 Subject: treewide: use #include <...> to include public headers We are supposed to use #include <...> to include headers in the public include paths. We should use #include "..." only for headers in local directories. Signed-off-by: Masahiro Yamada Reviewed-by: Simon Glass --- board/esd/common/lcd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'board/esd') diff --git a/board/esd/common/lcd.c b/board/esd/common/lcd.c index 22a59e4..29421fc 100644 --- a/board/esd/common/lcd.c +++ b/board/esd/common/lcd.c @@ -8,7 +8,7 @@ * SPDX-License-Identifier: GPL-2.0+ */ -#include "asm/io.h" +#include #include "lcd.h" -- cgit v1.1