arm64: rockchip: Remove CRU_GATE macro

It's unused now
This commit is contained in:
Emmanuel Vadot 2023-09-21 12:59:26 +02:00
parent 3d2ccc352d
commit 5b7fe78032
1 changed files with 0 additions and 9 deletions

View File

@ -216,15 +216,6 @@ struct rk_cru_gate {
uint32_t shift;
};
#define CRU_GATE(idx, clkname, pname, o, s) \
{ \
.id = idx, \
.name = clkname, \
.parent_name = pname, \
.offset = o, \
.shift = s, \
},
enum rk_clk_type {
RK_CLK_UNDEFINED = 0,
RK3066_CLK_PLL,