diff options
| author | Patrice Chotard <[email protected]> | 2018-01-18 14:10:04 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2018-01-28 09:39:15 -0500 |
| commit | 68a69ed2a41551063f012e1ef5f18f2eb4d07f34 (patch) | |
| tree | 72f5021fae661f773b002a6e54c62aa5f0c33ea0 /arch/arm/include | |
| parent | 1e130558ab65a3d7dc9d644e7a97dee4b543e698 (diff) | |
clk: clk_stm32f: Remove STMMAC clock setup
Thanks to 'commit ba1f96672522 ("net: designware: add clock support")'
we don't need anymore to setup the STMMAC clock in board.
Signed-off-by: Patrice Chotard <[email protected]>
Reviewed-by: Vikas Manocha <[email protected]>
Diffstat (limited to 'arch/arm/include')
| -rw-r--r-- | arch/arm/include/asm/arch-stm32f7/stm32_periph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/include/asm/arch-stm32f7/stm32_periph.h b/arch/arm/include/asm/arch-stm32f7/stm32_periph.h index ae0faef353d..13f9c9be1cb 100644 --- a/arch/arm/include/asm/arch-stm32f7/stm32_periph.h +++ b/arch/arm/include/asm/arch-stm32f7/stm32_periph.h @@ -23,7 +23,6 @@ enum periph_id { enum periph_clock { SYSCFG_CLOCK_CFG, TIMER2_CLOCK_CFG, - STMMAC_CLOCK_CFG, }; #endif /* __ASM_ARM_ARCH_PERIPH_H */ |
