mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-16 17:44:19 +00:00
refactor(st-clock): remove unused struct
The struct clk_fixed_rate is used nowhere in the code, remove its definition. Change-Id: I139ad05a249357da96a996feabd4b1f53e290f2a Signed-off-by: Yann Gautier <yann.gautier@foss.st.com>
This commit is contained in:
parent
703a581e25
commit
3201497ebb
1 changed files with 0 additions and 5 deletions
|
@ -108,11 +108,6 @@ struct clk_oscillator_data {
|
|||
|
||||
};
|
||||
|
||||
struct clk_fixed_rate {
|
||||
const char *name;
|
||||
unsigned long fixed_rate;
|
||||
};
|
||||
|
||||
struct clk_gate_cfg {
|
||||
uint32_t offset;
|
||||
uint8_t bit_idx;
|
||||
|
|
Loading…
Add table
Reference in a new issue