Browse Source

CRIS: v32: Correct path for intr_vect.h

Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
Jesper Nilsson 15 years ago
parent
commit
e336285db2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      arch/cris/arch-v32/kernel/kgdb_asm.S

+ 1 - 1
arch/cris/arch-v32/kernel/kgdb_asm.S

@@ -5,7 +5,7 @@
  * port exceptions for kernel debugging purposes.
  */
 
-#include <arch/hwregs/intr_vect.h>
+#include <hwregs/intr_vect.h>
 
 	;; Exported functions.
 	.globl kgdb_handle_exception