From patchwork Fri Feb 22 18:36:41 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Krzysztof Kozlowski X-Patchwork-Id: 1047051 X-Patchwork-Delegate: promsoft@gmail.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=none (mailfrom) smtp.mailfrom=lists.denx.de (client-ip=81.169.180.215; helo=lists.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (1024-bit key; unprotected) header.d=kernel.org header.i=@kernel.org header.b="VNyLiI+s"; dkim-atps=neutral Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 445g721WLtz9sBL for ; Sat, 23 Feb 2019 05:37:18 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id CF44BC21F0F; Fri, 22 Feb 2019 18:37:11 +0000 (UTC) X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on lists.denx.de X-Spam-Level: X-Spam-Status: No, score=0.0 required=5.0 tests=T_DKIM_INVALID autolearn=unavailable autolearn_force=no version=3.4.0 Received: from lists.denx.de (localhost [IPv6:::1]) by lists.denx.de (Postfix) with ESMTP id 65148C21F4A; Fri, 22 Feb 2019 18:36:59 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id 9DF54C21DFA; Fri, 22 Feb 2019 18:36:56 +0000 (UTC) Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by lists.denx.de (Postfix) with ESMTPS id 320FEC21C38 for ; Fri, 22 Feb 2019 18:36:56 +0000 (UTC) Received: from localhost.localdomain (unknown [194.230.155.153]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPSA id D8AC92075C; Fri, 22 Feb 2019 18:36:52 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=default; t=1550860615; bh=SDoLt9BSge0JMDnN+i3whLQe6kSzey9GE9QBKmdMv7w=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=VNyLiI+sbI6P+/9RDKv4uHptaJrw67DV6HBzCcBvM59k0IukT77vQrux+/+dVnCe/ w2WS9OM7yMv2NbPHTS6m0pNlQwCQP7SY5rTq3bfExrLe+tZGjXh5qsU4jyq57VLvl9 i7wiSKmeU95zdLDFN1lE/Y7PViq3KvTogsIYuskM= From: Krzysztof Kozlowski To: Jaehoon Chung , Lukasz Majewski , Minkyu Kang , Simon Glass , Anand Moon , u-boot@lists.denx.de Date: Fri, 22 Feb 2019 19:36:41 +0100 Message-Id: <20190222183643.5995-2-krzk@kernel.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20190222183643.5995-1-krzk@kernel.org> References: <20190222183643.5995-1-krzk@kernel.org> Cc: Krzysztof Kozlowski Subject: [U-Boot] [PATCH 2/4] configs: odroid_xu3: Use consistent syntax for #include X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.18 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" When including other header from configs, use consistent <> syntax. Signed-off-by: Krzysztof Kozlowski Reviewed-by: Lukasz Majewski --- include/configs/odroid_xu3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/configs/odroid_xu3.h b/include/configs/odroid_xu3.h index f178549a7223..7f4cff186151 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