soc: esp32: update clock configuration calls

Removed duplicated calls in clock subsystems.
Move proper includes to soc specific.

Signed-off-by: Sylvio Alves <sylvio.alves@espressif.com>
This commit is contained in:
Sylvio Alves 2021-09-29 08:45:37 -03:00 committed by Christopher Friedt
commit 69311ccc3d
6 changed files with 6 additions and 22 deletions

View file

@ -12,6 +12,7 @@
#include <rom/spi_flash.h>
#include <zephyr/types.h>
#include <stdbool.h>
#include <esp_clk.h>
#endif
#include <arch/riscv/arch.h>