1
0
Fork 0

staging: winbond: needs <linux/delay.h> for msleep and friends

linux/delay.h is pulled in somehow on x86 but not on ia64 or powerpc.

This fixes a build failure on those arches since they use [mu]delay.

Signed-off-by: Jeff Mahoney <jeffm@suse.com>
Cc: stable <stable@kernel.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
wifi-calibration
Jeff Mahoney 2011-02-24 14:49:00 -05:00 committed by Greg Kroah-Hartman
parent c0365f04f6
commit cecf826df8
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
#include <linux/wireless.h>
#include <linux/types.h>
#include <linux/delay.h>
#include "wbhal.h"
#include "mto.h"