Skip to content

Commit

Permalink
ARM: tegra: make tegra_init_fuse() __init
Browse files Browse the repository at this point in the history
It's a one-time initialization function, called early during boot.

Signed-off-by: Stephen Warren <swarren@nvidia.com>
  • Loading branch information
Stephen Warren committed Sep 17, 2013
1 parent 4cf6791 commit 5875df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/arm/mach-tegra/fuse.c
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ u32 tegra_read_chipid(void)
return readl_relaxed(IO_ADDRESS(TEGRA_APB_MISC_BASE) + 0x804);
}

void tegra_init_fuse(void)
void __init tegra_init_fuse(void)
{
u32 id;

Expand Down

0 comments on commit 5875df1

Please sign in to comment.