arch/stm32: remove irq definition files
Since they are not used anymore because can be replaced by CMSIS definition or generated from device tree, remove IRQ definition file soc_irq.h Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
This commit is contained in:
parent
d84795b0c1
commit
2800729614
12 changed files with 0 additions and 569 deletions
|
@ -29,8 +29,6 @@
|
|||
/* base address for where GPIO registers start */
|
||||
#define GPIO_PORTS_BASE (GPIOA_BASE)
|
||||
|
||||
#include "soc_irq.h"
|
||||
|
||||
#ifdef CONFIG_SERIAL_HAS_DRIVER
|
||||
#include <stm32l4xx_ll_usart.h>
|
||||
#include <stm32l4xx_ll_lpuart.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue