From patchwork Thu Feb 6 14:26:57 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Martin_Hundeb=C3=B8ll?= X-Patchwork-Id: 1234382 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Authentication-Results: ozlabs.org; spf=pass (sender SPF authorized) smtp.mailfrom=lists.denx.de (client-ip=2a01:238:438b:c500:173d:9f52:ddab:ee01; helo=phobos.denx.de; envelope-from=u-boot-bounces@lists.denx.de; receiver=) Authentication-Results: ozlabs.org; dmarc=fail (p=none dis=none) header.from=geanix.com Authentication-Results: ozlabs.org; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=geanix.com header.i=@geanix.com header.a=rsa-sha256 header.s=first header.b=hSCHxcxT; dkim-atps=neutral Received: from phobos.denx.de (phobos.denx.de [IPv6:2a01:238:438b:c500:173d:9f52:ddab:ee01]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id 48D13b2NCvz9sRG for ; Fri, 7 Feb 2020 01:27:22 +1100 (AEDT) Received: from h2850616.stratoserver.net (localhost [IPv6:::1]) by phobos.denx.de (Postfix) with ESMTP id 3476281869; Thu, 6 Feb 2020 15:27:12 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=fail (p=none dis=none) header.from=geanix.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=u-boot-bounces@lists.denx.de Authentication-Results: phobos.denx.de; dkim=fail reason="signature verification failed" (2048-bit key; unprotected) header.d=geanix.com header.i=@geanix.com header.b="hSCHxcxT"; dkim-atps=neutral Received: by phobos.denx.de (Postfix, from userid 109) id 9EC9A8186D; Thu, 6 Feb 2020 15:27:10 +0100 (CET) X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on phobos.denx.de X-Spam-Level: X-Spam-Status: No, score=-0.1 required=5.0 tests=DKIM_SIGNED,DKIM_VALID, DKIM_VALID_AU,SPF_HELO_NONE,URIBL_BLOCKED autolearn=ham autolearn_force=no version=3.4.2 Received: from first.geanix.com (first.geanix.com [116.203.34.67]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) (No client certificate requested) by phobos.denx.de (Postfix) with ESMTPS id 281C181841 for ; Thu, 6 Feb 2020 15:27:04 +0100 (CET) Authentication-Results: phobos.denx.de; dmarc=pass (p=none dis=none) header.from=geanix.com Authentication-Results: phobos.denx.de; spf=pass smtp.mailfrom=martin@geanix.com Received: from zen.localdomain (unknown [85.184.140.241]) by first.geanix.com (Postfix) with ESMTPSA id BE9EBB1CB0; Thu, 6 Feb 2020 14:26:44 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=geanix.com; s=first; t=1580999204; bh=7heUwMhuDWdzDoSPgD8gncoTSeQBMWaBeF4CPk3m1Mc=; h=From:To:Cc:Subject:Date; b=hSCHxcxTjCRYcIqDanVM3V7bDUXO2DrEDu47vyqJhCJGyyent9byWvTG0QLYOvqp9 3Pwhd7DtlyTA3Z/wbPH2A8AGywMGqiaIiiDGS3lzEd9Ip4VQqnY6dc9mJYw7TczNg+ R8CAG4GHzYrSrPkqJI4y8x9QP+ZicYoh4ImLM07ioVINjab2omEnYO6Gv+2hCvthSo XM/C9jQEUbkF/2uDwzWU1pTxDD4DAZA44pC7g2cvUaPykFdPKTu16j7ZROjJzaYeGT Z3kanimo+bjrXXIkNORP20S/p4PRWFoITw1dN+TfTRxshjJxKrkpdd81wfhRk7akDR do8c7PXgFFhgA== From: =?utf-8?q?Martin_Hundeb=C3=B8ll?= To: u-boot@lists.denx.de Subject: [PATCH] tools: env: remove include of env.h Date: Thu, 6 Feb 2020 15:26:57 +0100 Message-Id: <20200206142657.2158883-1-martin@geanix.com> X-Mailer: git-send-email 2.25.0 MIME-Version: 1.0 X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.26 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: u-boot-bounces@lists.denx.de Sender: "U-Boot" X-Virus-Scanned: clamav-milter 0.101.4 at phobos.denx.de X-Virus-Status: Clean The header isn't used. Including it breaks compilation for external users of the static library. Signed-off-by: Martin Hundebøll --- tools/env/fw_env.h | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/env/fw_env.h b/tools/env/fw_env.h index b60fbfc8f8..78c803c944 100644 --- a/tools/env/fw_env.h +++ b/tools/env/fw_env.h @@ -4,7 +4,6 @@ * Wolfgang Denk, DENX Software Engineering, wd@denx.de. */ -#include #include /*