Skip to content

Commit

Permalink
CRIS: v32: Correct path for intr_vect.h
Browse files Browse the repository at this point in the history
Signed-off-by: Jesper Nilsson <jesper.nilsson@axis.com>
  • Loading branch information
Jesper Nilsson committed Aug 4, 2010
1 parent e75a320 commit e336285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/cris/arch-v32/kernel/kgdb_asm.S
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e336285

Please sign in to comment.