Explorar o código

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>
Greg Kroah-Hartman %!s(int64=16) %!d(string=hai) anos
pai
achega
2a5a19caa0
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      drivers/staging/benet/mpu.c

+ 1 - 0
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"