mirror of
https://github.com/FEX-Emu/linux.git
synced 2024-12-29 13:00:35 +00:00
[ARM] Kirkwood: make kirkwood_find_tclk() static
Signed-off-by: Nicolas Pitre <nico@fluxnic.net>
This commit is contained in:
parent
9d3e1c56de
commit
9b8ebfec7d
@ -849,7 +849,7 @@ static void __init kirkwood_wdt_init(void)
|
||||
****************************************************************************/
|
||||
int kirkwood_tclk;
|
||||
|
||||
int __init kirkwood_find_tclk(void)
|
||||
static int __init kirkwood_find_tclk(void)
|
||||
{
|
||||
u32 dev, rev;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user