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 X-Spam-Level: X-Spam-Status: No, score=-5.8 required=3.0 tests=BAYES_00,DKIM_SIGNED, DKIM_VALID,DKIM_VALID_AU,HEADER_FROM_DIFFERENT_DOMAINS,MAILING_LIST_MULTI, SPF_HELO_NONE,SPF_PASS autolearn=no autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 0E6D3C49361 for ; Mon, 28 Jun 2021 10:19:50 +0000 (UTC) Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by mail.kernel.org (Postfix) with ESMTP id EA83061C6A for ; Mon, 28 Jun 2021 10:19:49 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232467AbhF1KWO (ORCPT ); Mon, 28 Jun 2021 06:22:14 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:37060 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S232312AbhF1KWN (ORCPT ); Mon, 28 Jun 2021 06:22:13 -0400 Received: from casper.infradead.org (casper.infradead.org [IPv6:2001:8b0:10b:1236::1]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 2FA17C061767 for ; Mon, 28 Jun 2021 03:19:48 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=casper.20170209; h=In-Reply-To:Content-Type:MIME-Version: References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=d/Z47dXwWZvbmoLNLAZpUvgU0ZblKc+cW5clCvoAq/0=; b=WmZTe5rikyBmwxW2I82Jgc3pZy fsbyrxkvTvzxhN7tTO6a3RRxkObaF47AZlnOVw1MP/zB5GT4WfitCCwqCRLMU/S9RTh4Kageo3plK tnyJUlfC6lAvSq9Iv13hTtmLzbfwzdBXQukn1dpm+4PXcCvSPhjjWN1AYzHvhyZq8sl1YDmNBoYOG odlR5NJrgHw57gcIQaSHQ5ZrCcnHjASsxyBHtZuTw/5eUiGH/mIocRG9dI54Dm128IraO8hI0j8Zz du11IkYMmfQcBf+MpMfn+lAIxsNxIb9lhtRtcvXevbV4sxH0aG0wPD8t5Q3/PNO9RwQdXDfbi17od 3G6PBD5Q==; Received: from hch by casper.infradead.org with local (Exim 4.94.2 #2 (Red Hat Linux)) id 1lxoIv-002q54-Jz; Mon, 28 Jun 2021 10:16:08 +0000 Date: Mon, 28 Jun 2021 11:15:49 +0100 From: Christoph Hellwig To: Krzysztof Wilczy??ski Cc: Bjorn Helgaas , Dan Williams , Greg Kroah-Hartman , Daniel Vetter , Kees Cook , Pali Roh??r , Oliver O'Halloran , linux-pci@vger.kernel.org Subject: Re: [PATCH 2/2] PCI/sysfs: Pass iomem_get_mapping() as a function pointer Message-ID: References: <20210625233118.2814915-1-kw@linux.com> <20210625233118.2814915-3-kw@linux.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20210625233118.2814915-3-kw@linux.com> X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org. See http://www.infradead.org/rpr.html Precedence: bulk List-ID: X-Mailing-List: linux-pci@vger.kernel.org Doesn't this need to be merged into the previous patch to prevent a compile failure after just the previous patch is applied?