linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jon Hunter <jonathanh@nvidia.com>
To: Bo Yan <byan@nvidia.com>, <thierry.reding@gmail.com>
Cc: <linux-tegra@vger.kernel.org>, <linux-kernel@vger.kernel.org>
Subject: Re: [PATCH] soc/tegra: remove duplicated function declaration
Date: Tue, 13 Nov 2018 19:02:53 +0000	[thread overview]
Message-ID: <c57a2c48-d247-04f4-2e68-0fecca5b6260@nvidia.com> (raw)
In-Reply-To: <1542131465-22773-1-git-send-email-byan@nvidia.com>


On 13/11/2018 17:51, Bo Yan wrote:
> The function tegra_read_chipid is declared twice in fuse.h. Remove
> the redundant declaration.
> 
> Signed-off-by: Bo Yan <byan@nvidia.com>
> ---
>  include/soc/tegra/fuse.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/soc/tegra/fuse.h b/include/soc/tegra/fuse.h
> index 9b6ea0c..8fb2f8a 100644
> --- a/include/soc/tegra/fuse.h
> +++ b/include/soc/tegra/fuse.h
> @@ -60,7 +60,6 @@ struct tegra_sku_info {
>  
>  u32 tegra_read_straps(void);
>  u32 tegra_read_ram_code(void);
> -u32 tegra_read_chipid(void);
>  int tegra_fuse_readl(unsigned long offset, u32 *value);
>  
>  extern struct tegra_sku_info tegra_sku_info;

Acked-by: Jon Hunter <jonathanh@nvidia.com>

Cheers
Jon

-- 
nvpublic

  reply	other threads:[~2018-11-13 19:02 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-11-13 17:51 [PATCH] soc/tegra: remove duplicated function declaration Bo Yan
2018-11-13 19:02 ` Jon Hunter [this message]
2018-11-13 19:25 ` Thierry Reding

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=c57a2c48-d247-04f4-2e68-0fecca5b6260@nvidia.com \
    --to=jonathanh@nvidia.com \
    --cc=byan@nvidia.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-tegra@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).