soc: stm32: Remove unused soc_register header file
soc_register.h is available in most of stm32 series. It is sometime empty or contains includes to flash_registers.h, which is included directly with direct reference in flash driver. soc_register.h is also included in stm32 clock drivers, but this driver do not use direct reference to any register anymore. Clean up these files. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
6fa058c994
commit
35ecdf8af1
21 changed files with 0 additions and 137 deletions
|
@ -7,7 +7,6 @@
|
|||
*/
|
||||
|
||||
#include <soc.h>
|
||||
#include <soc_registers.h>
|
||||
#include <clock_control.h>
|
||||
#include <misc/util.h>
|
||||
#include <clock_control/stm32_clock_control.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue