Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

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

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
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@
 * 209 N. Fair Oaks Ave
 * Sunnyvale, CA 94085
 */
#include <linux/delay.h>
#include "hwlib.h"
#include "bestatus.h"