diff options
Diffstat (limited to 'include/common.h')
| -rw-r--r-- | include/common.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/include/common.h b/include/common.h index 13428b301..93e3f7a06 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 <asm/blackfin.h> +#endif  #include <part.h>  #include <flash.h> |