Explorar el Código

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>
Jesper Nilsson hace 12 años
padre
commit
cd065a010a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      arch/cris/arch-v10/kernel/process.c

+ 1 - 0
arch/cris/arch-v10/kernel/process.c

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