Received: by 2002:ac0:a581:0:0:0:0:0 with SMTP id m1-v6csp5912792imm; Tue, 26 Jun 2018 21:58:21 -0700 (PDT) X-Google-Smtp-Source: AAOMgpfemF8pR8g3V/nzozsM+pTrdDvpDHJ+ju8ypGdp5tAPeqjB9pY1wriktGAjla+vUQRVIQ6E X-Received: by 2002:a62:2942:: with SMTP id p63-v6mr4344447pfp.62.1530075501435; Tue, 26 Jun 2018 21:58:21 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1530075501; cv=none; d=google.com; s=arc-20160816; b=C+QbrPrZAPt1/dESU1oTanit6FmRDRctZrAXmuA/tK07V1eBsvP1eWB0QkQ+1nul8z D+WtekrJkqz1zoDcAE04rZYSWHpBYpdGG0p+zLPPvLayJTj2MHNa1aKUvfYHWynknGr+ mU89FOv2ObGepLDR5MrfJCyrjFdUqkXDeVGXCNsdCQPVkBHH1p/e21sQjxo06Un4TCce hwoB1reX230IC6NN0U0YHaneQb4yLy2w5mAI2Kpqqfr9IbMUlgwYtVqN8Rjil9L5Ix2y GA9TlU/h6he4xfmk1LlJ/Vk7bab90v4dr+xKQM3aczlAysh1eJwX+tur271W+HYDz2x5 YIYg== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:arc-authentication-results; bh=bJJZbLVSgER8vWgDUq21D9bKgoXyKts1YDFNQ8uS6I8=; b=rWRFt+gnvzcfmsHFHfCby2kIo4sYRVHYIFIpVLnYQq4vl/3aABb6aMEfdiOz7E6oXA YptlMiLTGkcXeeloDTOyzNAbuPZYOVtxwu53qUY621cEQmrNewRKOOnRNWJg/2qUfTWU eOnnlwIBWm9IJBFLTljSfe4dwzaPrpgz2VTnBDwofCsCzJ85mMXgrHr6R0OWUDQ7xl4I 5KOTqdDbdzgsGxVQK/JU5frewDLcBc+VJnjsJTMWRtRUYAlALwVlN8/InC82rtKPlW0u 6XzJbCWUjJzeGp/wKr6SZk94lb00gUiuHI4ju1EEj7nOS7HXfSQSYlA0B2q3QxiJvUYj nyKg== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [209.132.180.67]) by mx.google.com with ESMTP id o10-v6si2700105pgq.545.2018.06.26.21.58.07; Tue, 26 Jun 2018 21:58:21 -0700 (PDT) Received-SPF: pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) client-ip=209.132.180.67; Authentication-Results: mx.google.com; spf=pass (google.com: best guess record for domain of linux-kernel-owner@vger.kernel.org designates 209.132.180.67 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752775AbeF0D2Z (ORCPT + 99 others); Tue, 26 Jun 2018 23:28:25 -0400 Received: from ozlabs.org ([203.11.71.1]:59771 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752136AbeF0D2Y (ORCPT ); Tue, 26 Jun 2018 23:28:24 -0400 Received: from authenticated.ozlabs.org (localhost [127.0.0.1]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPSA id 41FpK24k6dz9s0n; Wed, 27 Jun 2018 13:28:22 +1000 (AEST) Authentication-Results: ozlabs.org; dmarc=none (p=none dis=none) header.from=ellerman.id.au From: Michael Ellerman To: Mathieu Malaterre Cc: Benjamin Herrenschmidt , Paul Mackerras , Nicholas Piggin , linuxppc-dev , LKML Subject: Re: [PATCH v3] powerpc/32: Remove left over function prototypes In-Reply-To: References: <20180408194821.19682-1-malat@debian.org> <20180620190038.3250-1-malat@debian.org> <87602cfkh5.fsf@concordia.ellerman.id.au> Date: Wed, 27 Jun 2018 13:28:22 +1000 Message-ID: <871scs7vs9.fsf@concordia.ellerman.id.au> MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Mathieu Malaterre writes: > On Thu, Jun 21, 2018 at 1:27 PM Michael Ellerman wrote: >> Mathieu Malaterre writes: >> >> > In commit 4aea909eeba3 ("powerpc: Add missing prototypes in setup_32.c") >> >> I don't have that commit ^ ? >> >> That might be because I squashed some of your fixes together or something? > > I am doing an awful lots of mistakes these days. Indeed you've changed > one of my patch: > > https://patchwork.kernel.org/patch/10240997/ > > This one appeared after a git rebase on my side. > >> > diff --git a/arch/powerpc/kernel/setup.h b/arch/powerpc/kernel/setup.h >> > index 35ca309848d7..829ed66f0a40 100644 >> > --- a/arch/powerpc/kernel/setup.h >> > +++ b/arch/powerpc/kernel/setup.h >> > @@ -19,9 +19,6 @@ void irqstack_early_init(void); >> > void setup_power_save(void); >> > unsigned long __init early_init(unsigned long dt_ptr); >> > void __init machine_init(u64 dt_ptr); >> > -int __init ppc_setup_l2cr(char *str); >> > -int __init ppc_setup_l3cr(char *str); >> > -int __init ppc_init(void); >> > #else >> > static inline void setup_power_save(void) { }; >> > #endif >> >> I have: >> >> #ifdef CONFIG_PPC32 >> void setup_power_save(void); >> #else >> static inline void setup_power_save(void) { }; >> #endif > > Correct. > > Sorry for the noise. OK, no worries. Thanks for persisting. cheers