Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit cecf826d authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Greg Kroah-Hartman
Browse files

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: default avatarJeff Mahoney <jeffm@suse.com>
Cc: stable <stable@kernel.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent c0365f04
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@

#include <linux/wireless.h>
#include <linux/types.h>
#include <linux/delay.h>

#include "wbhal.h"
#include "mto.h"