Remove redundant declarations
These are already defined in the same file. Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
169e06fa78
commit
dd978721a2
@ -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)
|
||||
{
|
||||
|
@ -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),
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user