Skip to content

Commit

Permalink
score: include asm-generic/param.h in asm/delay.h.
Browse files Browse the repository at this point in the history
Signed-off-by: Cui Bixiong <bixiong@sunnorth.com.cn>
Signed-off-by: Chen Liqin <liqin.chen@sunplusct.com>
  • Loading branch information
Chen Liqin committed Dec 17, 2009
1 parent 202b864 commit ef8355c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/score/include/asm/delay.h
Original file line number Diff line number Diff line change
@@ -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. */
Expand Down

0 comments on commit ef8355c

Please sign in to comment.