arch: riscv: remode redundant soc.h includes

They are just not needed.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-01-16 15:22:23 +01:00 committed by Fabio Baltieri
parent 788fda525a
commit e7cc2fafb4
3 changed files with 0 additions and 3 deletions

View file

@ -26,7 +26,6 @@
#endif /* CONFIG_USERSPACE */
#include <zephyr/irq.h>
#include <zephyr/sw_isr_table.h>
#include <soc.h>
#include <zephyr/devicetree.h>
#include <zephyr/arch/riscv/csr.h>
#include <zephyr/arch/riscv/exception.h>

View file

@ -11,7 +11,6 @@
* Generic Linker script for the riscv platform
*/
#include <soc.h>
#include <zephyr/devicetree.h>
#include <zephyr/linker/sections.h>

View file

@ -22,7 +22,6 @@ extern "C" {
#include <zephyr/irq.h>
#include <zephyr/sw_isr_table.h>
#include <stdbool.h>
#include <soc.h>
#endif /* !_ASMLANGUAGE */
/* Exceptions 0-15 (MCAUSE interrupt=0) */