]> git.kernelconcepts.de Git - karo-tx-uboot.git/commitdiff
always pull in asm/blackfin.h for Blackfin ports
authorMike Frysinger <vapier@gentoo.org>
Tue, 5 Feb 2008 00:26:54 +0000 (19:26 -0500)
committerMike 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

index 54083f10c5428232818c31fc1f8fe777e2eefa19..e513ab345a81c1f7a0f4832ddb5542aaca35ac9a 100644 (file)
@@ -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>