From: Mike Frysinger Date: Tue, 5 Feb 2008 00:26:54 +0000 (-0500) Subject: always pull in asm/blackfin.h for Blackfin ports X-Git-Tag: v1.3.2-rc1~12^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cfcce67671a3425229d66203386fa3cbd0cc3bd;p=pandora-u-boot.git always pull in asm/blackfin.h for Blackfin ports Signed-off-by: Mike Frysinger --- diff --git a/include/common.h b/include/common.h index 54083f10c54..e513ab345a8 100644 --- 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 +#endif #include #include