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:
committed by
Tom Rini
parent
a4ca3799c2
commit
b5bf5cb3b3
@@ -8,7 +8,7 @@
|
||||
* SPDX-License-Identifier: GPL-2.0+
|
||||
*/
|
||||
|
||||
#include "asm/io.h"
|
||||
#include <asm/io.h>
|
||||
#include "lcd.h"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user