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
|
@ -1,14 +0,0 @@
|
|||
/*
|
||||
* Copyright (c) 2016 Open-RnD Sp. z o.o.
|
||||
* Copyright (c) 2016 BayLibre, SAS
|
||||
*
|
||||
* SPDX-License-Identifier: Apache-2.0
|
||||
*/
|
||||
|
||||
#ifndef _STM32L4X_SOC_REGISTERS_H_
|
||||
#define _STM32L4X_SOC_REGISTERS_H_
|
||||
|
||||
/* include register mapping headers */
|
||||
#include "flash_registers.h"
|
||||
|
||||
#endif /* _STM32L4X_SOC_REGISTERS_H_ */
|
Loading…
Add table
Add a link
Reference in a new issue