mirror of https://gitee.com/openkylin/linux.git
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>
This commit is contained in:
parent
d6258716b5
commit
2a5a19caa0
|
@ -14,6 +14,7 @@
|
|||
* 209 N. Fair Oaks Ave
|
||||
* Sunnyvale, CA 94085
|
||||
*/
|
||||
#include <linux/delay.h>
|
||||
#include "hwlib.h"
|
||||
#include "bestatus.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue