Commit ef8355c3 authored by Chen Liqin's avatar Chen Liqin

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

Signed-off-by: default avatarCui Bixiong <bixiong@sunnorth.com.cn>
Signed-off-by: default avatarChen Liqin <liqin.chen@sunplusct.com>
parent 202b864a
#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. */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment