aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/benet/mpu.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@suse.de>2008-11-24 21:15:22 -0800
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 13:52:15 -0800
commit2a5a19caa0584619ea9aec0a67466095a8c92138 (patch)
tree6910d2cf3f924e23e7b54cc7f014dd6154336ffd /drivers/staging/benet/mpu.c
parentStaging: benet: fix build errors when CONFIG_NETPOLL is off (diff)
downloadlinux-dev-2a5a19caa0584619ea9aec0a67466095a8c92138.tar.xz
linux-dev-2a5a19caa0584619ea9aec0a67466095a8c92138.zip
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>
Diffstat (limited to 'drivers/staging/benet/mpu.c')
-rw-r--r--drivers/staging/benet/mpu.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/staging/benet/mpu.c b/drivers/staging/benet/mpu.c
index bec8dc9f1735..4ee0b630d06c 100644
--- a/drivers/staging/benet/mpu.c
+++ b/drivers/staging/benet/mpu.c
@@ -14,6 +14,7 @@
* 209 N. Fair Oaks Ave
* Sunnyvale, CA 94085
*/
+#include <linux/delay.h>
#include "hwlib.h"
#include "bestatus.h"