From patchwork Wed Dec 23 08:09:52 2020 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Eric Biggers X-Patchwork-Id: 11987843 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-17.0 required=3.0 tests=BAYES_00,DKIMWL_WL_HIGH, DKIM_SIGNED,DKIM_VALID,INCLUDES_CR_TRAILER,INCLUDES_PATCH,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS,URIBL_BLOCKED,USER_AGENT_GIT autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id DC2C1C433E0 for ; Wed, 23 Dec 2020 08:14:39 +0000 (UTC) Received: from merlin.infradead.org (merlin.infradead.org [205.233.59.134]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 9DF6F2070B for ; Wed, 23 Dec 2020 08:14:39 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 9DF6F2070B Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=kernel.org Authentication-Results: mail.kernel.org; spf=none smtp.mailfrom=linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=merlin.20170209; h=Sender:Content-Transfer-Encoding: Content-Type:Cc:List-Subscribe:List-Help:List-Post:List-Archive: List-Unsubscribe:List-Id:MIME-Version:References:In-Reply-To:Message-Id:Date: Subject:To:From:Reply-To:Content-ID:Content-Description:Resent-Date: Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID:List-Owner; bh=sP9gy5IDy0CKlLfGqd/l5TbNAR6EgRBVZx2D+icmAOM=; b=DYIJezEx2HiA2xpiTzgho0y6D 7oJYHWV0IVdkuY4PKiF5x5ArWLezGzFjo3M/e1iKRvKYI/2aTlnhx1LdSiKoz2n30w0cL+q9JfTwG iisXshgyuDhevFP7fMcR81pCaL2h7KBM0vK2Gd3i79YCs+15XENcHJe5Vg+MYvw5QY0iQrZ2QV/54 VJoCe0cF8M/rPTa4Scf7y+smbpx4nRK8FJ/wQTbX94Oot1aDe5Wtqnf86l/z4a9qj9kwsI46MBc8p 2lj1kRpft58VshhnsORSfVCX1ZZeXypDvWPWkHlckDdl+4QMNgAVA0D0XFOQAUX+00JrXfPhqh2MB zpfQJ/e8g==; Received: from localhost ([::1] helo=merlin.infradead.org) by merlin.infradead.org with esmtp (Exim 4.92.3 #3 (Red Hat Linux)) id 1krzGl-000747-7N; Wed, 23 Dec 2020 08:13:15 +0000 Received: from mail.kernel.org ([198.145.29.99]) by merlin.infradead.org with esmtps (Exim 4.92.3 #3 (Red Hat Linux)) id 1krzGR-0006vc-E4 for linux-arm-kernel@lists.infradead.org; Wed, 23 Dec 2020 08:12:57 +0000 Received: by mail.kernel.org (Postfix) with ESMTPSA id 71C29224B1; Wed, 23 Dec 2020 08:12:54 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1608711174; bh=fJvvlUbZ+ZnE9DMtGC+qGx+ypAakOfgJ3h5h3DOtI7I=; h=From:To:Cc:Subject:Date:In-Reply-To:References:From; b=hgUab9ejMd6tw83BmVEpH9nAOzPXmcy8F0TTpIuvpXt6Rs1OPlxF9ohod1+6IwiKb kuwILck+wqZ+q9JQXBfXU0jbZ50SnR37eNRZZQNZIGy8+zYcMizxSiQLnCAId0Ev8/ NDIJkaVaxgTUUelwONFQembbtifmEzwdZ56IDm+4JzQMsjCHUQlE0Q6F3tufB9eDw4 3bX4MYkJtz29uVqdw35daOUX3mw6QTP2jj+HQMLNDNKkapuqLEUOY1W6xqNoYX/IhA Xy3MT0dFsvvK9xJf9pk15uoTvZWQKlFex8TJnuSEKljsqT3pW4/IhUkAVBF/7zPrmA bIIUCzg0W2xPg== From: Eric Biggers To: linux-crypto@vger.kernel.org Subject: [PATCH v3 03/14] crypto: blake2s - remove unneeded includes Date: Wed, 23 Dec 2020 00:09:52 -0800 Message-Id: <20201223081003.373663-4-ebiggers@kernel.org> X-Mailer: git-send-email 2.29.2 In-Reply-To: <20201223081003.373663-1-ebiggers@kernel.org> References: <20201223081003.373663-1-ebiggers@kernel.org> MIME-Version: 1.0 X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20201223_031255_586288_CF4885C1 X-CRM114-Status: UNSURE ( 9.55 ) X-CRM114-Notice: Please train this message. X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: "Jason A . Donenfeld" , Herbert Xu , David Sterba , Ard Biesheuvel , linux-arm-kernel@lists.infradead.org, Paul Crowley Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org From: Eric Biggers It doesn't make sense for the generic implementation of BLAKE2s to include and , as these are things that would only be useful in an architecture-specific implementation. Remove these unnecessary includes. Acked-by: Ard Biesheuvel Signed-off-by: Eric Biggers --- crypto/blake2s_generic.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/crypto/blake2s_generic.c b/crypto/blake2s_generic.c index e3aa6e7ff3d83..b89536c3671cf 100644 --- a/crypto/blake2s_generic.c +++ b/crypto/blake2s_generic.c @@ -4,11 +4,9 @@ */ #include -#include #include #include -#include #include #include