From patchwork Fri May 19 12:35:05 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Herbert Xu X-Patchwork-Id: 684051 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 8F1AEC77B75 for ; Fri, 19 May 2023 12:35:25 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230270AbjESMfY (ORCPT ); Fri, 19 May 2023 08:35:24 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:53228 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229456AbjESMfY (ORCPT ); Fri, 19 May 2023 08:35:24 -0400 Received: from 167-179-156-38.a7b39c.syd.nbn.aussiebb.net (167-179-156-38.a7b39c.syd.nbn.aussiebb.net [167.179.156.38]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9C62C4 for ; Fri, 19 May 2023 05:35:20 -0700 (PDT) Received: from loth.rohan.me.apana.org.au ([192.168.167.2]) by formenos.hmeau.com with smtp (Exim 4.94.2 #2 (Debian)) id 1pzzK5-00Aszm-Pp; Fri, 19 May 2023 20:35:06 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Fri, 19 May 2023 20:35:05 +0800 Date: Fri, 19 May 2023 20:35:05 +0800 From: Herbert Xu To: kernel test robot Cc: oe-kbuild-all@lists.linux.dev, linux-crypto@vger.kernel.org Subject: [PATCH] crypto: api - Include moduleparam.h in algapi.h Message-ID: References: <202305191953.PIB1w80W-lkp@intel.com> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: <202305191953.PIB1w80W-lkp@intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org The header file algapi.h uses __MODULE_INFO but doesn't include its definition. Fix this by including moduleparam.h. Reported-by: kernel test robot Signed-off-by: Herbert Xu diff --git a/include/crypto/algapi.h b/include/crypto/algapi.h index 016d5a302b84..2d414b130e26 100644 --- a/include/crypto/algapi.h +++ b/include/crypto/algapi.h @@ -11,6 +11,7 @@ #include #include #include +#include #include /*