From 9f548b94cd3724aa732a705818f143d5d8a12d9f Mon Sep 17 00:00:00 2001 From: Benjamin Valentin Date: Thu, 7 Nov 2019 14:50:27 +0100 Subject: [PATCH] soc: atmel_sam0: remove obsolete include `cortex_m/exc.h` is not needed anymore and ceased to exist. Signed-off-by: Benjamin Valentin --- soc/arm/atmel_sam0/common/soc_samd5x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/soc/arm/atmel_sam0/common/soc_samd5x.c b/soc/arm/atmel_sam0/common/soc_samd5x.c index 8eee2b3a869..f61bc43be24 100644 --- a/soc/arm/atmel_sam0/common/soc_samd5x.c +++ b/soc/arm/atmel_sam0/common/soc_samd5x.c @@ -10,7 +10,6 @@ */ #include -#include #include #include #include