Skip to content
Snippets Groups Projects
Commit 0ac6db26 authored by Tom Rini's avatar Tom Rini
Browse files

omap-common/hwinit-common.c: Mark omap_rev_string as static


Only called in this file, mark as static.

Signed-off-by: default avatarTom Rini <trini@ti.com>
parent 3da0e575
No related branches found
No related tags found
No related merge requests found
......@@ -84,7 +84,7 @@ u32 cortex_rev(void)
return rev;
}
void omap_rev_string(void)
static void omap_rev_string(void)
{
u32 omap_rev = omap_revision();
u32 soc_variant = (omap_rev & 0xF0000000) >> 28;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment