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>

+2
+2
arch/score/include/asm/delay.h
··· 1 1 #ifndef _ASM_SCORE_DELAY_H 2 2 #define _ASM_SCORE_DELAY_H 3 3 4 + #include <asm-generic/param.h> 5 + 4 6 static inline void __delay(unsigned long loops) 5 7 { 6 8 /* 3 cycles per loop. */