All of lore.kernel.org
 help / color / mirror / Atom feed
From: ivan.khoronzhuk@ti.com (Ivan Khoronzhuk)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH 1/1] ARM: keystone: Staticize keystone_restart
Date: Tue, 27 May 2014 16:56:51 +0300	[thread overview]
Message-ID: <538499A3.7090602@ti.com> (raw)
In-Reply-To: <1401189824-19814-1-git-send-email-sachin.kamat@linaro.org>


On 05/27/2014 02:23 PM, Sachin Kamat wrote:
> 'keystone_restart' is used only in this file.
>
> Signed-off-by: Sachin Kamat <sachin.kamat@linaro.org>
> ---
>   arch/arm/mach-keystone/keystone.c |    2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/arch/arm/mach-keystone/keystone.c b/arch/arm/mach-keystone/keystone.c
> index 59b8383cbdb0..4ac124b7e4e8 100644
> --- a/arch/arm/mach-keystone/keystone.c
> +++ b/arch/arm/mach-keystone/keystone.c
> @@ -123,7 +123,7 @@ static const char *keystone_match[] __initconst = {
>   	NULL,
>   };
>   
> -void keystone_restart(enum reboot_mode mode, const char *cmd)
> +static void keystone_restart(enum reboot_mode mode, const char *cmd)
>   {
>   	u32 val;
>   

Hi Sachin,

The function keystone_restart() has been deleted in the following series:
[Patch v7 0/7] Introduce keystone reset driver
https://lkml.org/lkml/2014/5/23/588

So, there is no reason to correct it.

-- 
Regards,
Ivan Khoronzhuk

  reply	other threads:[~2014-05-27 13:56 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-27 11:23 [PATCH 1/1] ARM: keystone: Staticize keystone_restart Sachin Kamat
2014-05-27 13:56 ` Ivan Khoronzhuk [this message]
2014-05-28  3:29   ` Sachin Kamat

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=538499A3.7090602@ti.com \
    --to=ivan.khoronzhuk@ti.com \
    --cc=linux-arm-kernel@lists.infradead.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.