1
0
Fork 0

Staging: benet: fix build error.

udelay() was not being defined properly, this patch fixes it.

Reported-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Subbu Seetharaman <subbus@serverengines.com>

Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
hifive-unleashed-5.1
Greg Kroah-Hartman 2008-11-24 21:15:22 -08:00
parent d6258716b5
commit 2a5a19caa0
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
*/
#include <linux/delay.h>
#include "hwlib.h"
#include "bestatus.h"