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 5DAB3C4332F for ; Wed, 28 Dec 2022 08:53:08 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S229976AbiL1IxH (ORCPT ); Wed, 28 Dec 2022 03:53:07 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:55416 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229707AbiL1IxF (ORCPT ); Wed, 28 Dec 2022 03:53:05 -0500 Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id B0BF418B; Wed, 28 Dec 2022 00:53:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672217584; x=1703753584; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8fUF24/ihBlgYQOdGQDE6pDDEjiexMimLn7EKulDOvg=; b=Qj9KPZlg09O6+3mAyW+yo0skvxYIpV71rxgkh7mt+GdU9qwTWII7LCv1 WBfsEen6U3Zdk7uVhewZ4Tt6kGjpcMXhxW+Ik6Zf0eF+8VWlLIx98buPu re1tygmoFLPZtvPrWOi8kUp2uCOhCN4nx6+bWEsgZ9tU8a1SSfCEmsmg8 NsVlsJnrEup0eYoX0NB2oVgnW8fOnafnl6Fcey8eZ8YBfiukzcdbiUGZu oO/9Y/BFCKoWAbo8HjpKK9DXcLXcS7cMkBwRKslVeAQSWo7bDWw2U5/QG LMi3XvwutGPavH/5fIN5clBVs/kLYHNscIhATQIyycT6Wm55cwxPfaDjT g==; X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="322815948" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="322815948" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2022 00:53:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="646672225" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="646672225" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 28 Dec 2022 00:53:01 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pASBH-000V45-2R; Wed, 28 Dec 2022 10:52:59 +0200 Date: Wed, 28 Dec 2022 10:52:59 +0200 From: Andy Shevchenko To: Arnd Bergmann Cc: Linus Walleij , Arnd Bergmann , Miaoqian Lin , Marc Zyngier , Lukas Bulwahn , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pinctrl: nomadik: include linux/seq_file.h Message-ID: References: <20221215170103.2349282-1-arnd@kernel.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo Precedence: bulk List-ID: X-Mailing-List: linux-gpio@vger.kernel.org On Thu, Dec 15, 2022 at 07:16:54PM +0200, Andy Shevchenko wrote: > On Thu, Dec 15, 2022 at 06:00:57PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > In some randconfig builds, the missing #include causes a > > build failure: > > > > drivers/pinctrl/nomadik/pinctrl-nomadik.c: In function 'nmk_gpio_irq_print_chip': > > drivers/pinctrl/nomadik/pinctrl-nomadik.c:1084:9: error: implicit declaration of function 'seq_printf'; did you mean 'bstr_printf'? [-Werror=implicit-function-declaration] > > 1084 | seq_printf(p, "nmk%u-%u-%u", nmk_chip->bank, > > | ^~~~~~~~~~ > > | bstr_printf > > Hmm... Strange that I have not noticed this from CIs. > Nevertheless, I have a patch that adds more missing > headers to this driver. I have planned to send it > after v6.2-rc1. > > I'm fine if this goes first. Up to Linus. FYI: I have just sent my version https://lore.kernel.org/r/20221228084310.85210-1-andriy.shevchenko@linux.intel.com -- With Best Regards, Andy Shevchenko 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 bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.lore.kernel.org (Postfix) with ESMTPS id A4DD0C4332F for ; Wed, 28 Dec 2022 08:54:15 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=lists.infradead.org; s=bombadil.20210309; h=Sender: Content-Transfer-Encoding:Content-Type:List-Subscribe:List-Help:List-Post: List-Archive:List-Unsubscribe:List-Id:In-Reply-To:MIME-Version:References: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-ID:Content-Description: Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc:Resent-Message-ID: List-Owner; bh=QiSJp3V/qrYhj9IPV9wrJhVkBBpyE81xKGZbGAxVBAo=; b=cS20vF4GJBSiM3 xCMgbg0n66j8CeYE0XKqVmiRAgJCd25+7X+TAjcb81b+ll34jRSfI1IiNKn/OSZW8qsizwk7FdrYz 9yWqZaBRnnZAu/4U+9iSZAwuKFsP4I2CMx4NL9TQozWg4V03hh9omt2if5jmshyuwmuflICAkOrGf p+Uve/NsT3iVF7vdLXlAHJ+jqnptFlPP0rPV3d6426Fn/8BXeHWUxnXfcnMhP+2F0st+vQIVrU4Tf FORBr0KzFq5Tl3WaB8OxpZo6A6B7iPdHW9heq/tozBSZ8b7Nqwo6hv56JJ2KR3Pfu/eTrPRW+hCeS fgc3Z7UXNHFDFqquIwxQ==; Received: from localhost ([::1] helo=bombadil.infradead.org) by bombadil.infradead.org with esmtp (Exim 4.94.2 #2 (Red Hat Linux)) id 1pASBU-003Q3G-JM; Wed, 28 Dec 2022 08:53:12 +0000 Received: from mga03.intel.com ([134.134.136.65]) by bombadil.infradead.org with esmtps (Exim 4.94.2 #2 (Red Hat Linux)) id 1pASBN-003Pzb-Qi for linux-arm-kernel@lists.infradead.org; Wed, 28 Dec 2022 08:53:10 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=intel.com; i=@intel.com; q=dns/txt; s=Intel; t=1672217585; x=1703753585; h=date:from:to:cc:subject:message-id:references: mime-version:in-reply-to; bh=8fUF24/ihBlgYQOdGQDE6pDDEjiexMimLn7EKulDOvg=; b=Ilt+fpoN11xEnfI+xC7hiDnL8av6J/N4cthTpDkE6FesDYyFEiQ/6YCs iXZ+0J+n96vyjrr5AJAEbeTLzJpUZ9f6RGq1tQE0QVT7uJ7JqA8/vQTZz mJaK49NDqel+ZdJvjUQdiF+HKe/1KBp2fzeETj/1hf/JDknNgxScxVkej USVpZeIfYbpa9Tw0d1GXOpNguIGzEzIi4QtygOUhLYdeMovln6i0ObBCx aVqoM6idMcoZkMH10chw+RAqymCeGvW5nb/jx9Jn9EUJtHv/A8/P+4Glw MNw2THONtJGc+T3eUFhBnT18BXxzNSLlzf1Juz484XOLIZqIoAQXFhHpL g==; X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="322815950" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="322815950" Received: from orsmga007.jf.intel.com ([10.7.209.58]) by orsmga103.jf.intel.com with ESMTP/TLS/ECDHE-RSA-AES256-GCM-SHA384; 28 Dec 2022 00:53:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=McAfee;i="6500,9779,10573"; a="646672225" X-IronPort-AV: E=Sophos;i="5.96,280,1665471600"; d="scan'208";a="646672225" Received: from smile.fi.intel.com ([10.237.72.54]) by orsmga007.jf.intel.com with ESMTP; 28 Dec 2022 00:53:01 -0800 Received: from andy by smile.fi.intel.com with local (Exim 4.96) (envelope-from ) id 1pASBH-000V45-2R; Wed, 28 Dec 2022 10:52:59 +0200 Date: Wed, 28 Dec 2022 10:52:59 +0200 From: Andy Shevchenko To: Arnd Bergmann Cc: Linus Walleij , Arnd Bergmann , Miaoqian Lin , Marc Zyngier , Lukas Bulwahn , linux-arm-kernel@lists.infradead.org, linux-gpio@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH] pinctrl: nomadik: include linux/seq_file.h Message-ID: References: <20221215170103.2349282-1-arnd@kernel.org> MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: Organization: Intel Finland Oy - BIC 0357606-4 - Westendinkatu 7, 02160 Espoo X-CRM114-Version: 20100106-BlameMichelson ( TRE 0.8.0 (BSD) ) MR-646709E3 X-CRM114-CacheID: sfid-20221228_005305_935272_85C2A527 X-CRM114-Status: GOOD ( 14.98 ) X-BeenThere: linux-arm-kernel@lists.infradead.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "linux-arm-kernel" Errors-To: linux-arm-kernel-bounces+linux-arm-kernel=archiver.kernel.org@lists.infradead.org On Thu, Dec 15, 2022 at 07:16:54PM +0200, Andy Shevchenko wrote: > On Thu, Dec 15, 2022 at 06:00:57PM +0100, Arnd Bergmann wrote: > > From: Arnd Bergmann > > > > In some randconfig builds, the missing #include causes a > > build failure: > > > > drivers/pinctrl/nomadik/pinctrl-nomadik.c: In function 'nmk_gpio_irq_print_chip': > > drivers/pinctrl/nomadik/pinctrl-nomadik.c:1084:9: error: implicit declaration of function 'seq_printf'; did you mean 'bstr_printf'? [-Werror=implicit-function-declaration] > > 1084 | seq_printf(p, "nmk%u-%u-%u", nmk_chip->bank, > > | ^~~~~~~~~~ > > | bstr_printf > > Hmm... Strange that I have not noticed this from CIs. > Nevertheless, I have a patch that adds more missing > headers to this driver. I have planned to send it > after v6.2-rc1. > > I'm fine if this goes first. Up to Linus. FYI: I have just sent my version https://lore.kernel.org/r/20221228084310.85210-1-andriy.shevchenko@linux.intel.com -- With Best Regards, Andy Shevchenko _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel