aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesper Nilsson <jesper.nilsson@axis.com>2008-01-21 15:51:13 +0100
committerJesper Nilsson <jesper.nilsson@axis.com>2008-02-08 11:06:32 +0100
commit151f6398301c30670456efd0c4801aa721d557b9 (patch)
tree3b657c6ed72c40c607c3e08c7faa4eacf8fbd6b9
parentCRIS: Correct pfn_pte to make it possible to ioremap uncached addresses. (diff)
downloadlinux-dev-151f6398301c30670456efd0c4801aa721d557b9.tar.xz
linux-dev-151f6398301c30670456efd0c4801aa721d557b9.zip
CRIS: Include arch dependent bug.h.
-rw-r--r--include/asm-cris/bug.h2
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