Skip to content

Commit

Permalink
Staging: benet: fix build error.
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Greg Kroah-Hartman committed Jan 6, 2009
1 parent d625871 commit 2a5a19c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/staging/benet/mpu.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
*/
#include <linux/delay.h>
#include "hwlib.h"
#include "bestatus.h"

Expand Down

0 comments on commit 2a5a19c

Please sign in to comment.