From b7ebf00f90eb47cc3d2eea3fb937ae3bb7bb061d Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Tue, 23 Jun 2020 15:25:21 +0200 Subject: clk: at91: remove now-duplicate crutch #defines As the code comment describes, these #defines were only needed temporarily till dts/ is synced vs Linux v5.8-rc1. This is now the case, so drop them again. Signed-off-by: Ahmad Fatoum Signed-off-by: Sascha Hauer --- drivers/clk/at91/pmc.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'drivers/clk/at91/pmc.h') diff --git a/drivers/clk/at91/pmc.h b/drivers/clk/at91/pmc.h index 9503202c5d..4e6ec8231e 100644 --- a/drivers/clk/at91/pmc.h +++ b/drivers/clk/at91/pmc.h @@ -219,10 +219,4 @@ static inline void pmc_register_id(u8 id) {} static inline void pmc_register_pck(u8 pck) {} #endif -/* FIXME: can be dropped after v5.8-rc1 dts/include/dt-bindings sync */ -#define PMC_TYPE_PROGRAMMABLE 4 -#define PMC_PLLACK 7 -#define PMC_PLLBCK 8 -#define PMC_AUDIOPLLCK 9 - #endif /* __PMC_H_ */ -- cgit v1.2.3