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 17D30C54EAA for ; Fri, 27 Jan 2023 10:28:09 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S231300AbjA0K2H (ORCPT ); Fri, 27 Jan 2023 05:28:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:38018 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S230368AbjA0K2E (ORCPT ); Fri, 27 Jan 2023 05:28:04 -0500 Received: from dfw.source.kernel.org (dfw.source.kernel.org [IPv6:2604:1380:4641:c500::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id CC7DF12F20; Fri, 27 Jan 2023 02:28:03 -0800 (PST) Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by dfw.source.kernel.org (Postfix) with ESMTPS id 268E661AAD; Fri, 27 Jan 2023 10:28:03 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id BE04FC433D2; Fri, 27 Jan 2023 10:27:59 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1674815282; bh=Uc5lAD2Pgf7RWG6PQ1G5xih0zUT75FH8hOdZ+sEpqTE=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=KV0P6Ds4TLVsJa1SW84X61NpG/cvNcFdT4X9WgFYfgPLCD73O83/1lrq0fD4ZE4qh 5uIzavlVHCP79xbPy987Y1TW2lCfJbbFhNnn3k05o9xNK9/Rl2SbrOICYbzm/zrJv7 fuFdz6ZLvj4atEwlK5ciTvvEW4RsakK5TUfYIZNBuVWwU3VUYiM3xKLUsmDzauo9Mf 2BWrMM/MJz8fcW9Nclhrb695UFvUEVYue+MOSLxtxmV1OXOx5IbBdim1XWRbe9jUP2 3dBnOBdVC4POH2EnRv7NrWxoPuZxszOkRH/OLr3zhCZKHZm4CU2BoXTFdZ3d5F2Vfo 8KKTA0rI2Ek5w== Date: Fri, 27 Jan 2023 10:27:56 +0000 From: Lee Jones To: Ilpo =?iso-8859-1?Q?J=E4rvinen?= Cc: linux-fpga@vger.kernel.org, Xu Yilun , Wu Hao , Tom Rix , Moritz Fischer , Matthew Gerlach , Russ Weight , Tianfei zhang , Mark Brown , Marco Pagani , linux-kernel@vger.kernel.org Subject: Re: [PATCH v6 01/11] mfd: intel-m10-bmc: Add missing includes to header Message-ID: References: <20230116100845.6153-1-ilpo.jarvinen@linux.intel.com> <20230116100845.6153-2-ilpo.jarvinen@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20230116100845.6153-2-ilpo.jarvinen@linux.intel.com> Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Mon, 16 Jan 2023, Ilpo Järvinen wrote: > linux/mfd/intel-m10-bmc.h is using: > - pr_err(), thus include also linux/dev_printk.h > - FIELD_GET(), this include also linux/bitfield.h > - GENMASK(), thus include also linux/bits.h > > Signed-off-by: Ilpo Järvinen > --- > include/linux/mfd/intel-m10-bmc.h | 3 +++ > 1 file changed, 3 insertions(+) Applied, thanks -- Lee Jones [李琼斯]