1
0
Fork 0

CRISv10: Readd missing header

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

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
hifive-unleashed-5.1
Jesper Nilsson 2014-01-28 15:14:35 +01:00
parent 54c0a4b461
commit cd065a010a
1 changed files with 1 additions and 0 deletions

View File

@ -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>