Gitweb: http://git.kernel.org/linus/ef8355c3a3c7a4d7f1d49881937337ea78ed306a Commit: ef8355c3a3c7a4d7f1d49881937337ea78ed306a Parent: 202b864ad5aa34989609a3073acbe7a04795b265 Author: Chen Liqin <liqin.chen@sunplusct.com> AuthorDate: Thu Dec 17 18:31:23 2009 +0800 Committer: Chen Liqin <liqin.chen@sunplusct.com> CommitDate: Thu Dec 17 18:31:23 2009 +0800 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> --- 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 6726ec1..529e494 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. */ -- To unsubscribe from this list: send the line "unsubscribe git-commits-head" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html
