Remove explicit declaration of rk_clk_fract_set_freq() function

forgotten in r354556.

MFC after:	3 weeks
MFC with:	r354556
Noticed by:	manu
This commit is contained in:
Michal Meloun 2019-11-08 19:29:14 +00:00
parent 27a109932d
commit 2bd45eb23e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=354558

View File

@ -149,9 +149,7 @@ rk_clk_fract_init(struct clknode *clk, device_t dev)
return(0);
}
static int
rk_clk_fract_set_freq(struct clknode *clk, uint64_t fin, uint64_t *fout,
int flags, int *stop);
static int
rk_clk_fract_recalc(struct clknode *clk, uint64_t *freq)
{