Received: by 2002:ac0:a5a7:0:0:0:0:0 with SMTP id m36-v6csp435995imm; Tue, 31 Jul 2018 22:26:14 -0700 (PDT) X-Google-Smtp-Source: AAOMgpeFGlMYc+vmGxGXzEEaiSneJqFD/4zTW7jE7NwyX7fkhl7O8s/uL9+/m5NPGfIBp+0f9wHE X-Received: by 2002:a17:902:4201:: with SMTP id g1-v6mr15506800pld.203.1533101174093; Tue, 31 Jul 2018 22:26:14 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1533101174; cv=none; d=google.com; s=arc-20160816; b=A2w6E9R/vWFfJvofcAAC7u4n88aR1Lf1KRdI+pMXcFxC2+OpgZBW8cf6djSaJ4wVtU n0Nk4gfuAmbeQSta4Uj2fhBl53ZLf2xDfolsG9rqIpnZfe1zBfGVBhn7CNL42/pkpsud SYhxXsAGEho4rO+qKGN3EDXL4nOueEzklD5uMBa9yW8LDszhJij3/w0Zb9EHnJTfBrpX ClKiUHtYHTZqa2bVpKyY4BnxQQgHiixggSuUUlwC/RnVNv6TnNVgFEXiSaQJ1isxfVDj UL32sluIIBEBmi4qG9laxdVDvLfD7fWiG74m2T0oEfcR17juipi7xUw7NHaIHp7umjlX Km4g== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:sender:date:message-id:subject:cc:from:to :in-reply-to:arc-authentication-results; bh=tXc11gqiocleLlicLOjU8QdC9x1joipCGe63X8HshRI=; b=jZ7Q+wSGetmtKYaM/mJx/H2UMSqOTKcSKBMs+ku9YQc+QKdZS3SbjscWUW+TerFokT 7bRx65IrDOZ9wjz6CwRbPK6dOQz+gxFnbcOnJCKl7+QNjD4ZrunDsEJMlR4ikgOB0FyS OMhaxT0Iq14wpqk/mqPwDtEwHYjWZIgtFitFgRRClTCHFeQ4/KaQjwJ3fWwGw8lzn9qd 6WxHgYc2Nq4TyM27jdi589KVQ/VoWFmzYfSY2EzoJAEBc0z8ThBUscMLo3SJprsPdlHP X3N4O5xATQcO8N0X19enLyyC3uoFNqPsQAH0pczZLaLdzrl4wbgzM4uUJFmvEfGjaFIZ +47g== 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 a21-v6si15174896pgm.417.2018.07.31.22.26.00; Tue, 31 Jul 2018 22:26:14 -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 S1733243AbeHAHHz (ORCPT + 99 others); Wed, 1 Aug 2018 03:07:55 -0400 Received: from ozlabs.org ([203.11.71.1]:33385 "EHLO ozlabs.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1733214AbeHAHHy (ORCPT ); Wed, 1 Aug 2018 03:07:54 -0400 Received: by ozlabs.org (Postfix, from userid 1034) id 41gMDR2nzjz9s9F; Wed, 1 Aug 2018 15:24:06 +1000 (AEST) X-powerpc-patch-notification: thanks X-powerpc-patch-commit: b5ac51d747122f8858bdcb3fc7a5c702ef06f6c5 In-Reply-To: <918a4533548b1f2b5ffc16c05cac1c6b0a808142.1530807556.git.christophe.leroy@c-s.fr> To: Christophe Leroy , Benjamin Herrenschmidt , Paul Mackerras From: Michael Ellerman Cc: linuxppc-dev@lists.ozlabs.org, linux-kernel@vger.kernel.org Subject: Re: [v3,08/16] powerpc: declare set_breakpoint() static Message-Id: <41gMDR2nzjz9s9F@ozlabs.org> Date: Wed, 1 Aug 2018 15:24:06 +1000 (AEST) Sender: linux-kernel-owner@vger.kernel.org Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, 2018-07-05 at 16:25:05 UTC, Christophe Leroy wrote: > set_breakpoint() is only used in process.c so make it static > > Signed-off-by: Christophe Leroy Applied to powerpc next, thanks. https://git.kernel.org/powerpc/c/b5ac51d747122f8858bdcb3fc7a5c7 cheers