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>
This commit is contained in:
Родитель
c0365f04f6
Коммит
cecf826df8
|
@ -3,6 +3,7 @@
|
|||
|
||||
#include <linux/wireless.h>
|
||||
#include <linux/types.h>
|
||||
#include <linux/delay.h>
|
||||
|
||||
#include "wbhal.h"
|
||||
#include "mto.h"
|
||||
|
|
Загрузка…
Ссылка в новой задаче