omap-common/hwinit-common.c: Mark omap_rev_string as static
Only called in this file, mark as static. Signed-off-by: Tom Rini <trini@ti.com>
This commit is contained in:
parent
3da0e5750b
commit
0ac6db2631
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user