mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-09 07:23:14 +00:00
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>
This commit is contained in:
parent
202b864ad5
commit
ef8355c3a3
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user