Remove redundant declarations

These are already defined in the same file.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Andrew Turner 2021-11-23 17:26:35 +00:00
parent 169e06fa78
commit dd978721a2
2 changed files with 0 additions and 4 deletions

View File

@ -179,9 +179,6 @@ rk_clk_fract_set_gate(struct clknode *clk, bool enable)
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)
{

View File

@ -252,7 +252,6 @@ rk_pcie_phy_enable(struct phynode *phynode, bool enable)
}
/* Phy class and methods. */
static int rk_pcie_phy_enable(struct phynode *phynode, bool enable);
static phynode_method_t rk_pcie_phy_phynode_methods[] = {
PHYNODEMETHOD(phynode_enable, rk_pcie_phy_enable),