Эх сурвалжийг харах

always pull in asm/blackfin.h for Blackfin ports

Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Mike Frysinger 17 жил өмнө
parent
commit
6cfcce6767
1 өөрчлөгдсөн 3 нэмэгдсэн , 0 устгасан
  1. 3 0
      include/common.h

+ 3 - 0
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>