diff options
author | Chen Liqin <liqin.chen@sunplusct.com> | 2009-12-17 18:31:23 +0800 |
---|---|---|
committer | Chen Liqin <liqin.chen@sunplusct.com> | 2009-12-17 18:31:23 +0800 |
commit | ef8355c3a3c7a4d7f1d49881937337ea78ed306a (patch) | |
tree | a7977e708bf8daa62381304250c1455956fa217e | |
parent | 202b864ad5aa34989609a3073acbe7a04795b265 (diff) |
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>
-rw-r--r-- | arch/score/include/asm/delay.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/score/include/asm/delay.h b/arch/score/include/asm/delay.h index 6726ec199dc0..529e494712a5 100644 --- a/arch/score/include/asm/delay.h +++ b/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. */ |