Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jeff Mahoney and committed by
Greg Kroah-Hartman
cecf826d c0365f04

+1
+1
drivers/staging/winbond/core.h
··· 3 3 4 4 #include <linux/wireless.h> 5 5 #include <linux/types.h> 6 + #include <linux/delay.h> 6 7 7 8 #include "wbhal.h" 8 9 #include "mto.h"