mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-11-24 15:11:00 +07:00
ARM: plat-versatile: remove stale clock header
All the Versatile platforms (Integrator, Versatile, RealView Versatile Express) have been migrated to use the drivers/clk subsystem. Clean out this header that is not referenced anywhere anymore. Acked-by: Stephen Boyd <sboyd@codeaurora.org> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
This commit is contained in:
parent
c1ae3cfa0e
commit
b6acb2e4d9
@ -1,15 +0,0 @@
|
||||
#ifndef PLAT_CLOCK_H
|
||||
#define PLAT_CLOCK_H
|
||||
|
||||
#include <asm/hardware/icst.h>
|
||||
|
||||
struct clk_ops {
|
||||
long (*round)(struct clk *, unsigned long);
|
||||
int (*set)(struct clk *, unsigned long);
|
||||
void (*setvco)(struct clk *, struct icst_vco);
|
||||
};
|
||||
|
||||
int icst_clk_set(struct clk *, unsigned long);
|
||||
long icst_clk_round(struct clk *, unsigned long);
|
||||
|
||||
#endif
|
Loading…
Reference in New Issue
Block a user