Commit 2a5a19ca authored by Greg Kroah-Hartman's avatar Greg Kroah-Hartman

Staging: benet: fix build error.

udelay() was not being defined properly, this patch fixes it.
Reported-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Subbu Seetharaman <subbus@serverengines.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent d6258716
...@@ -14,6 +14,7 @@ ...@@ -14,6 +14,7 @@
* 209 N. Fair Oaks Ave * 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085 * Sunnyvale, CA 94085
*/ */
#include <linux/delay.h>
#include "hwlib.h" #include "hwlib.h"
#include "bestatus.h" #include "bestatus.h"
......
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