Skip to content
Snippets Groups Projects
Commit cd065a01 authored by Jesper Nilsson's avatar Jesper Nilsson
Browse files

CRISv10: Readd missing header


The svinto architecture header was mistakenly removed,
leading to a compile error.

Signed-off-by: default avatarJesper Nilsson <jesper.nilsson@axis.com>
parent 54c0a4b4
No related branches found
No related tags found
No related merge requests found
......@@ -14,6 +14,7 @@
#include <linux/slab.h>
#include <linux/err.h>
#include <linux/fs.h>
#include <arch/svinto.h>
#include <linux/init.h>
#include <arch/system.h>
#include <linux/ptrace.h>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment