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 074ADC433FE for ; Wed, 6 Apr 2022 04:25:05 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1851279AbiDFEY3 (ORCPT ); Wed, 6 Apr 2022 00:24:29 -0400 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:43948 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S240694AbiDEUpv (ORCPT ); Tue, 5 Apr 2022 16:45:51 -0400 Received: from dfw.source.kernel.org (dfw.source.kernel.org [139.178.84.217]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id 1F7F4D9E96; Tue, 5 Apr 2022 13:22:18 -0700 (PDT) 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 AD8E06199D; Tue, 5 Apr 2022 20:22:17 +0000 (UTC) Received: by smtp.kernel.org (Postfix) with ESMTPSA id CA9CFC385A1; Tue, 5 Apr 2022 20:22:16 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1649190137; bh=iNf3u//RenbgIFD6vj3Jlm5LNBRvGuu8NWlmRuWq0qE=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=SkmD42vtbSHd30A4rLpk505UkLToZ1JOL27KNWGrdX3+Th2p3HigyrKagdqOzC+j/ IprKIn2kyiw1FDtrDhsCCMnUC072toB7ipOp5UdMH7HA0qh/iCaRh/Dn72HoiThjbb BVF6MqSZDf+9Nk8jmNqzqkjHIgIeeUpUAQ7/sblYQsQz7qTqiijihx/OtHYHlaPPXl /F8a1K5lpHdDKEkSL58JBHgHSIabYsUVpwf/hmN2DlknMQ0IHwFH+iLaileIPcA9Iz 463uGYiXGFjA+yevyWV/QDfXd/kE6L4W6JLVZjNeY2o5lhu3VOmfCyo9iTPUzCuBxa z637LY13YaW4w== Date: Tue, 5 Apr 2022 13:22:15 -0700 From: Jakub Kicinski To: Christophe Leroy Cc: "David S. Miller" , Paolo Abeni , linux-kernel@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next] sungem: Prepare cleanup of powerpc's asm/prom.h Message-ID: <20220405132215.75f0d5ec@kernel.org> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Precedence: bulk List-ID: X-Mailing-List: netdev@vger.kernel.org On Sat, 2 Apr 2022 12:17:13 +0200 Christophe Leroy wrote: > powerpc's asm/prom.h brings some headers that it doesn't > need itself. > > In order to clean it up, first add missing headers in > users of asm/prom.h Could you resend the net-next patches you had? They got dropped from patchwork due to net-next being closed during the merge window.