From mboxrd@z Thu Jan 1 00:00:00 1970 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 20908C88CB2 for ; Fri, 25 Aug 2023 10:42:26 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S235161AbjHYKl4 (ORCPT ); Fri, 25 Aug 2023 06:41:56 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:50166 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229568AbjHYKlZ (ORCPT ); Fri, 25 Aug 2023 06:41:25 -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 EF3DC10C3; Fri, 25 Aug 2023 03:41:22 -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 1qZUFh-007iKH-Lu; Fri, 25 Aug 2023 18:41:18 +0800 Received: by loth.rohan.me.apana.org.au (sSMTP sendmail emulation); Fri, 25 Aug 2023 18:41:18 +0800 Date: Fri, 25 Aug 2023 18:41:18 +0800 From: Herbert Xu To: Lucas Segarra Fernandez Cc: linux-kernel@vger.kernel.org, linux-crypto@vger.kernel.org, qat-linux@intel.com, andriy.shevchenko@intel.com, alx@kernel.org, Giovanni Cabiddu , Andy Shevchenko Subject: Re: [PATCH v2 1/2] crypto: qat - refactor included headers Message-ID: References: <20230818102322.142582-1-lucas.segarra.fernandez@intel.com> <20230818102322.142582-2-lucas.segarra.fernandez@intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Precedence: bulk List-ID: X-Mailing-List: linux-crypto@vger.kernel.org On Fri, Aug 25, 2023 at 06:36:12PM +0800, Herbert Xu wrote: > On Fri, Aug 18, 2023 at 12:23:08PM +0200, Lucas Segarra Fernandez wrote: > > > > diff --git a/drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c b/drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c > > index 34c6cd8e27c0..3bde8759c2a2 100644 > > --- a/drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c > > +++ b/drivers/crypto/intel/qat/qat_common/adf_gen4_pm.c > > @@ -2,6 +2,9 @@ > > /* Copyright(c) 2022 Intel Corporation */ > > #include > > #include > > +#include > > +#include > > Please include linux/kernel.h instead of these two. No need to resubmit. I will fix this up when I apply these two patches. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key: http://gondor.apana.org.au/~herbert/pubkey.txt