From: Krzysztof Kozlowski Date: Fri, 22 Feb 2019 18:36:41 +0000 (+0100) Subject: configs: odroid_xu3: Use consistent syntax for #include X-Git-Tag: v2019.04-rc4~3^2~7 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=08e0ee059c3a72e2fd1f1f582128ca267b0a5f45;p=oweals%2Fu-boot.git configs: odroid_xu3: Use consistent syntax for #include When including other header from configs, use consistent <> syntax. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Lukasz Majewski Signed-off-by: Minkyu Kang --- diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index f178549a72..7f4cff1861 100644 --- a/include/configs/odroid_xu3.h +++ b/include/configs/odroid_xu3.h @@ -7,7 +7,7 @@ #ifndef __CONFIG_ODROID_XU3_H #define __CONFIG_ODROID_XU3_H -#include "exynos5420-common.h" +#include #include #define CONFIG_BOARD_COMMON