soc: atmel_sam0: remove obsolete include

`cortex_m/exc.h` is not needed anymore and ceased to exist.

Signed-off-by: Benjamin Valentin <benjamin.valentin@ml-pa.com>
This commit is contained in:
Benjamin Valentin 2019-11-07 14:50:27 +01:00 committed by Kumar Gala
commit 9f548b94cd

View file

@ -10,7 +10,6 @@
*/
#include <arch/cpu.h>
#include <aarch32/cortex_m/exc.h>
#include <device.h>
#include <init.h>
#include <kernel.h>