projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bf53974
)
always pull in asm/blackfin.h for Blackfin ports
author
Mike Frysinger
<vapier@gentoo.org>
Tue, 5 Feb 2008 00:26:54 +0000
(19:26 -0500)
committer
Mike Frysinger
<vapier@gentoo.org>
Tue, 5 Feb 2008 00:26:54 +0000
(19:26 -0500)
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
include/common.h
patch
|
blob
|
history
diff --git
a/include/common.h
b/include/common.h
index 54083f10c5428232818c31fc1f8fe777e2eefa19..e513ab345a81c1f7a0f4832ddb5542aaca35ac9a 100644
(file)
--- a/
include/common.h
+++ b/
include/common.h
@@
-103,6
+103,9
@@
typedef volatile unsigned char vu_char;
#ifdef CONFIG_ARM
#define asmlinkage /* nothing */
#endif
+#ifdef CONFIG_BLACKFIN
+#include <asm/blackfin.h>
+#endif
#include <part.h>
#include <flash.h>