diff options
author | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-01-21 15:51:13 +0100 |
---|---|---|
committer | Jesper Nilsson <jesper.nilsson@axis.com> | 2008-02-08 11:06:32 +0100 |
commit | 151f6398301c30670456efd0c4801aa721d557b9 (patch) | |
tree | 3b657c6ed72c40c607c3e08c7faa4eacf8fbd6b9 /include/asm-cris | |
parent | 620cf2e44206bde8a7777e29658b3752675c066b (diff) |
CRIS: Include arch dependent bug.h.
Diffstat (limited to 'include/asm-cris')
-rw-r--r-- | include/asm-cris/bug.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/asm-cris/bug.h b/include/asm-cris/bug.h index 8dd6b23c15d6..fee12d4ae683 100644 --- a/include/asm-cris/bug.h +++ b/include/asm-cris/bug.h @@ -1,4 +1,4 @@ #ifndef _CRIS_BUG_H #define _CRIS_BUG_H -#include <asm-generic/bug.h> +#include <asm/arch/bug.h> #endif |