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 <yamada.masahiro@socionext.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Masahiro Yamada
2016-09-21 11:28:53 +09:00
committed by Tom Rini
parent a4ca3799c2
commit b5bf5cb3b3
12 changed files with 45 additions and 45 deletions

View File

@@ -8,7 +8,7 @@
* SPDX-License-Identifier: GPL-2.0+
*/
#include "asm/io.h"
#include <asm/io.h>
#include "lcd.h"