From patchwork Tue Jul 2 06:37:35 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_Bie=C3=9Fmann?= X-Patchwork-Id: 256287 X-Patchwork-Delegate: trini@ti.com Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from theia.denx.de (theia.denx.de [85.214.87.163]) by ozlabs.org (Postfix) with ESMTP id 7B33A2C016F for ; Tue, 2 Jul 2013 16:36:59 +1000 (EST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id BBB3C4A1AD; Tue, 2 Jul 2013 08:36:54 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id dl7lVv0gHchx; Tue, 2 Jul 2013 08:36:54 +0200 (CEST) Received: from theia.denx.de (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id DF3134A1D7; Tue, 2 Jul 2013 08:36:48 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by theia.denx.de (Postfix) with ESMTP id 2F2004A1AC for ; Tue, 2 Jul 2013 08:36:42 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at theia.denx.de Received: from theia.denx.de ([127.0.0.1]) by localhost (theia.denx.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id w2Bd3YjZUD6a for ; Tue, 2 Jul 2013 08:36:37 +0200 (CEST) X-policyd-weight: NOT_IN_SBL_XBL_SPAMHAUS=-1.5 NOT_IN_SPAMCOP=-1.5 NOT_IN_BL_NJABL=-1.5 (only DNSBL check requested) Received: from mail-ee0-f49.google.com (mail-ee0-f49.google.com [74.125.83.49]) by theia.denx.de (Postfix) with ESMTPS id 2DAF24A1AB for ; Tue, 2 Jul 2013 08:36:24 +0200 (CEST) Received: by mail-ee0-f49.google.com with SMTP id b57so2451300eek.36 for ; Mon, 01 Jul 2013 23:36:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=20120113; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=z1yJW03z1E9wl4BK3/Ya+5ikvmijuAhG7Yb7coX0gg8=; b=N4nJM1XE8rSewO+4JJlG5F4pl9Kap4CndAsoNKc54fEScAFh3xjDMugIu0IRCWnJVv 7/KjAk1rzWko/rj1fX8ibb9mJY5dz6+pcqI4+5FNV4LE9SkE/Klo2w2gqyFiIZCWVMqZ TddApvgO5mWxarCJq+LbmpvxQ9i8mIKr5Y7NcDS0T9tiRrDqzNTYuD7Q99QFF8ln4pbd slZw/FwfivZefDEo2dKq1ZNfrV0dr+Ar/P3ytChqhaguHWSI4LacOa6kfZDhE6VMokoj RP4awyF+1iTh7ui8Ad6dG3MxKd6oE2a3Xn6YmIrsfkkal+a7ID7Mctc2sMkp6gW6R3p6 HouA== X-Received: by 10.14.215.197 with SMTP id e45mr24534716eep.130.1372746983917; Mon, 01 Jul 2013 23:36:23 -0700 (PDT) Received: from localhost ([2a01:198:47b:1:210:75ff:fe1a:cd1e]) by mx.google.com with ESMTPSA id l42sm34452108eeo.14.2013.07.01.23.36.22 for (version=TLSv1.2 cipher=RC4-SHA bits=128/128); Mon, 01 Jul 2013 23:36:23 -0700 (PDT) From: =?UTF-8?q?Andreas=20Bie=C3=9Fmann?= To: u-boot@lists.denx.de Date: Tue, 2 Jul 2013 08:37:35 +0200 Message-Id: <1372747057-85539-2-git-send-email-andreas.devel@googlemail.com> X-Mailer: git-send-email 1.8.3.1 In-Reply-To: <1372747057-85539-1-git-send-email-andreas.devel@googlemail.com> References: <1372747057-85539-1-git-send-email-andreas.devel@googlemail.com> MIME-Version: 1.0 Subject: [U-Boot] [PATCH v2 1/3] lib/rsa/rsa-sig.c: compile on OS X X-BeenThere: u-boot@lists.denx.de X-Mailman-Version: 2.1.11 Precedence: list List-Id: U-Boot discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: u-boot-bounces@lists.denx.de Errors-To: u-boot-bounces@lists.denx.de Interfaces exposed by error.h seems not to be used in rsa-sig.c, remove it. This also fixes an compile error on OS X: ---8<--- u-boot/lib/rsa/rsa-sign.c:23:19: error: error.h: No such file or directory --->8--- Signed-off-by: Andreas Bießmann Tested-by: Lubomir Popov --- Changes in v2: None lib/rsa/rsa-sign.c | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/rsa/rsa-sign.c b/lib/rsa/rsa-sign.c index a75ae24..e30d8ca 100644 --- a/lib/rsa/rsa-sign.c +++ b/lib/rsa/rsa-sign.c @@ -20,7 +20,6 @@ #include "mkimage.h" #include #include -#include #include #include #include