Skip to content

Commit

Permalink
soc/tegra: fuse: Remove duplicated function declaration
Browse files Browse the repository at this point in the history
The function tegra_read_chipid() is declared twice in fuse.h. Remove the
redundant declaration.

Signed-off-by: Bo Yan <byan@nvidia.com>
Acked-by: Jon Hunter <jonathanh@nvidia.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
  • Loading branch information
Bo Yan authored and Thierry Reding committed Nov 13, 2018
1 parent b6e1fd1 commit 1866d58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/soc/tegra/fuse.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 1866d58

Please sign in to comment.