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:
Erwan Gouriou 2019-05-27 17:26:55 +02:00 committed by Anas Nashif
commit 35ecdf8af1
21 changed files with 0 additions and 137 deletions

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -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>

View file

@ -5,7 +5,6 @@
*/
#include <soc.h>
#include <soc_registers.h>
#include <clock_control.h>
#include <misc/util.h>
#include <clock_control/stm32_clock_control.h>

View file

@ -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>

View file

@ -6,7 +6,6 @@
#include <soc.h>
#include <soc_registers.h>
#include <clock_control.h>
#include <misc/util.h>
#include <clock_control/stm32_clock_control.h>

View file

@ -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>

View file

@ -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>

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2017 RnDity Sp. z o.o.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F0X_SOC_REGISTERS_H_
#define _STM32F0X_SOC_REGISTERS_H_
/* include register mapping headers */
#include "flash_registers.h"
#endif /* _STM32F0X_SOC_REGISTERS_H_ */

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2016 Open-RnD Sp. z o.o.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F10X_SOC_REGISTERS_H_
#define _STM32F10X_SOC_REGISTERS_H_
/* include register mapping headers */
#include "flash_registers.h"
#endif /* _STM32F10X_SOC_REGISTERS_H_ */

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2018 qianfan Zhao <qianfanguijin@163.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F2X_SOC_REGISTERS_H_
#define _STM32F2X_SOC_REGISTERS_H_
/* include register mapping headers */
#endif /* _STM32F2X_SOC_REGISTERS_H_ */

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2016 RnDity Sp. z o.o.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F3X_SOC_REGISTERS_H_
#define _STM32F3X_SOC_REGISTERS_H_
/* include register mapping headers */
#include "flash_registers.h"
#endif /* _STM32F3X_SOC_REGISTERS_H_ */

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2016 Linaro Limited.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F4_SOC_REGISTERS_H_
#define _STM32F4_SOC_REGISTERS_H_
/* include register mapping headers */
#include "flash_registers.h"
#endif /* _STM32F4_SOC_REGISTERS_H_ */

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2018 Yurii Hamann
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32F7_SOC_REGISTERS_H_
#define _STM32F7_SOC_REGISTERS_H_
/* include register mapping headers */
#include "flash_registers.h"
#endif /* _STM32F7_SOC_REGISTERS_H_ */

View file

@ -1,13 +0,0 @@
/*
* Copyright (c) 2018 Endre Karlson <endre.karlson@gmail.com>
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32L0X_SOC_REGISTERS_H_
#define _STM32L0X_SOC_REGISTERS_H_
/* include register mapping headers */
#endif /* _STM32L0X_SOC_REGISTERS_H_ */

View file

@ -1,12 +0,0 @@
/*
* Copyright (c) 2019 Linaro Ltd.
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32L1X_SOC_REGISTERS_H_
#define _STM32L1X_SOC_REGISTERS_H_
/* include register mapping headers */
#endif /* _STM32L1X_SOC_REGISTERS_H_ */

View file

@ -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_ */

View file

@ -1,10 +0,0 @@
/*
* Copyright (c) 2018 Linaro Limited
*
* SPDX-License-Identifier: Apache-2.0
*/
#ifndef _STM32WBX_SOC_REGISTERS_H_
#define _STM32WBX_SOC_REGISTERS_H_
#endif /* _STM32WBX_SOC_REGISTERS_H_ */