浏览代码

score: include asm-generic/param.h in asm/delay.h.

Signed-off-by: Cui Bixiong <bixiong@sunnorth.com.cn>
Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
Chen Liqin 15 年之前
父节点
当前提交
ef8355c3a3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      arch/score/include/asm/delay.h

+ 2 - 0
arch/score/include/asm/delay.h

@@ -1,6 +1,8 @@
 #ifndef _ASM_SCORE_DELAY_H
 #define _ASM_SCORE_DELAY_H
 
+#include <asm-generic/param.h>
+
 static inline void __delay(unsigned long loops)
 {
 	/* 3 cycles per loop. */