sh: board sh_clk_ops rename
Convert remaining sh board code to use sh_clk_ops. Signed-off-by: Magnus Damm <damm@opensource.se> Signed-off-by: Rafael J. Wysocki <rjw@sisk.pl>
This commit is contained in:

کامیت شده توسط
Rafael J. Wysocki

والد
2e679b0b7a
کامیت
c953efdbb1
@@ -167,7 +167,7 @@ static void sdk7786_pcie_clk_disable(struct clk *clk)
|
||||
fpga_write_reg(fpga_read_reg(PCIECR) & ~PCIECR_CLKEN, PCIECR);
|
||||
}
|
||||
|
||||
static struct clk_ops sdk7786_pcie_clk_ops = {
|
||||
static struct sh_clk_ops sdk7786_pcie_clk_ops = {
|
||||
.enable = sdk7786_pcie_clk_enable,
|
||||
.disable = sdk7786_pcie_clk_disable,
|
||||
};
|
||||
|
مرجع در شماره جدید
Block a user