Received: by 2002:a05:6a10:206:0:0:0:0 with SMTP id 6csp363936pxj; Thu, 24 Jun 2021 00:39:03 -0700 (PDT) X-Google-Smtp-Source: ABdhPJyVuTXUh8WtZpq0sEQTEInMP4ljVNtnG+pVMrhysDs0lfks+BfmJc3+tI7/oHcnRp/fRQX0 X-Received: by 2002:a02:7126:: with SMTP id n38mr492372jac.75.1624520343804; Thu, 24 Jun 2021 00:39:03 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1624520343; cv=none; d=google.com; s=arc-20160816; b=eTH8VJVlIwfj9Rxarn98Tj0PbVu8opi9+6qFjEwB+pFm234/Wr9yP9LIxValP5hWpJ rVbJiPCm+g+aqS0bxOic8VEfJzShjyVSkC7k5GHjscNXqV5h/LZ+o+/Gx2UpuhCc/xKZ m65tii9Z/p1xRJuOKiQIcM1KNU66JjaHjpG8K58AiD5SBDAV43QBFQzLoBQCFIbvWf6h OugRbab7qR3xgVsiM+B2PtX9zhZLXLukCRcJwVvgZjWpFvFWh1gB4j3r1QRXAenKzOka G1sIb8tBUDNFsPicDmN6u6d7/Awa4AK0M6/GdxK8Z4RwEnx4kR7z01dEt7lIlPus8gNf CO2g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:user-agent:in-reply-to:content-disposition :mime-version:references:message-id:subject:cc:to:from:date; bh=VG7JG7sd836IcMB5mRt964bTjlwH6lNwBsiF8l2DnUs=; b=HRSgo53cSDGj75kdI9xJRKb4UhryEiPzvIewuFqWniwYcFdSrvyimlcqJgMxjnrFUW RK7y9uRs4J+HpTWMyvK7q/k2Ya9nz/Ll+gU8J1jMckSPK+E6meUG7oYYZeyx7TEVB5SY lXNrPsTuEmVruMrNOxW4kR0187j4Sv7+Otqrd94MOk2vQsHqpEFllqgZKYw+xXbIGkaI tmMWgSBHasZ1PTQZWhzaZ0LVoEu+toeZ4rklS29BeR9MeVxPEuXfo8PQBWA+jD5ZfhF4 mFRm7v9oDxiyJyshofypy2BybtJNjsntB/mM3ELZ803Vq90aIFGpgU3qnhg1DmOqa05T 48zw== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id q4si2977846jaj.46.2021.06.24.00.38.52; Thu, 24 Jun 2021 00:39:03 -0700 (PDT) Received-SPF: pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-crypto-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-crypto-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231717AbhFXHjf (ORCPT + 99 others); Thu, 24 Jun 2021 03:39:35 -0400 Received: from helcar.hmeau.com ([216.24.177.18]:50852 "EHLO deadmen.hmeau.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S231754AbhFXHjc (ORCPT ); Thu, 24 Jun 2021 03:39:32 -0400 Received: from gondobar.mordor.me.apana.org.au ([192.168.128.4] helo=gondobar) by deadmen.hmeau.com with esmtp (Exim 4.92 #5 (Debian)) id 1lwJvB-0006I2-QA; Thu, 24 Jun 2021 15:37:09 +0800 Received: from herbert by gondobar with local (Exim 4.92) (envelope-from ) id 1lwJvB-0004iL-Mc; Thu, 24 Jun 2021 15:37:09 +0800 Date: Thu, 24 Jun 2021 15:37:09 +0800 From: Herbert Xu To: Corentin Labbe Cc: davem@davemloft.net, linus.walleij@linaro.org, ulli.kroll@googlemail.com, linux-crypto@vger.kernel.org, linux-kernel@vger.kernel.org, linux-arm-kernel@lists.infradead.org, lkp@intel.com Subject: Re: [PATCH] crypto: sl3516: depends on HAS_IOMEM Message-ID: <20210624073709.GG17892@gondor.apana.org.au> References: <20210621185926.4181785-1-clabbe@baylibre.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210621185926.4181785-1-clabbe@baylibre.com> User-Agent: Mutt/1.10.1 (2018-07-13) Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Mon, Jun 21, 2021 at 06:59:26PM +0000, Corentin Labbe wrote: > The sl3516 driver need to depend on HAS_IOMEM. > This fixes a build error: > ERROR: modpost: "devm_platform_ioremap_resource" [drivers/crypto/gemini/sl3516-ce.ko] undefined! > > Reported-by: kernel test robot > Signed-off-by: Corentin Labbe > --- > drivers/crypto/Kconfig | 1 + > 1 file changed, 1 insertion(+) Patch applied. Thanks. -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt