From patchwork Tue Nov 7 10:10:29 2017 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Lukasz Majewski X-Patchwork-Id: 835207 X-Patchwork-Delegate: sbabic@denx.de 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=) Received: from lists.denx.de (dione.denx.de [81.169.180.215]) by ozlabs.org (Postfix) with ESMTP id 3yWQM44STCz9t2S for ; Tue, 7 Nov 2017 21:16:31 +1100 (AEDT) Received: by lists.denx.de (Postfix, from userid 105) id CB8B3C21DF4; Tue, 7 Nov 2017 10:16:25 +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=RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL 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 C5B15C21DED; Tue, 7 Nov 2017 10:16:22 +0000 (UTC) Received: by lists.denx.de (Postfix, from userid 105) id BA843C21DED; Tue, 7 Nov 2017 10:16:21 +0000 (UTC) Received: from mail-out.m-online.net (mail-out.m-online.net [212.18.0.10]) by lists.denx.de (Postfix) with ESMTPS id BA217C21DBA for ; Tue, 7 Nov 2017 10:16:20 +0000 (UTC) Received: from frontend03.mail.m-online.net (unknown [192.168.6.182]) by mail-out.m-online.net (Postfix) with ESMTP id 3yWQHl1Gqzz1rFkY; Tue, 7 Nov 2017 11:13:39 +0100 (CET) Received: from localhost (dynscan3.mnet-online.de [192.168.6.84]) by mail.m-online.net (Postfix) with ESMTP id 3yWQDS3528z1w7xF; Tue, 7 Nov 2017 11:10:48 +0100 (CET) X-Virus-Scanned: amavisd-new at mnet-online.de Received: from mail.mnet-online.de ([192.168.6.182]) by localhost (dynscan3.mail.m-online.net [192.168.6.84]) (amavisd-new, port 10024) with ESMTP id z5x065SVqccp; Tue, 7 Nov 2017 11:10:47 +0100 (CET) X-Auth-Info: vcEmN5TtjL3xlCGA7ru9GNnyBUpIpLoXpJPhH4zEjyw= Received: from localhost.localdomain (89-64-27-66.dynamic.chello.pl [89.64.27.66]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.mnet-online.de (Postfix) with ESMTPSA; Tue, 7 Nov 2017 11:10:47 +0100 (CET) From: Lukasz Majewski To: u-boot@lists.denx.de Date: Tue, 7 Nov 2017 11:10:29 +0100 Message-Id: <20171107101029.27300-1-lukma@denx.de> X-Mailer: git-send-email 2.11.0 In-Reply-To: References: Cc: =?utf-8?q?Eric_B=C3=A9nard?= Subject: [U-Boot] [PATCH] board: imx6: marsboard: Remove doubled #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" The sys_proto.h file has been included earlier in this file. Signed-off-by: Lukasz Majewski --- board/embest/mx6boards/mx6boards.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/board/embest/mx6boards/mx6boards.c b/board/embest/mx6boards/mx6boards.c index ae04f68445..965e4f1ec8 100644 --- a/board/embest/mx6boards/mx6boards.c +++ b/board/embest/mx6boards/mx6boards.c @@ -36,7 +36,7 @@ #include #include #include -#include + DECLARE_GLOBAL_DATA_PTR; #define UART_PAD_CTRL (PAD_CTL_PUS_100K_UP | \