From 452962366c11a9126fabac8cb28af49c27464408 Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Tue, 30 Aug 2011 17:50:46 -0400 Subject: staging: Add module.h to more drivers implicitly using it. This 2nd batch of implicit module.h users only appeared when we removed the unnecessary module.h from include/linux/miscdevice.h [The 1st batch is already present in Greg's staging tree.] Signed-off-by: Paul Gortmaker --- drivers/staging/winbond/wbusb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'drivers/staging/winbond') diff --git a/drivers/staging/winbond/wbusb.c b/drivers/staging/winbond/wbusb.c index a2e8bd452ed..f958eb4f0d8 100644 --- a/drivers/staging/winbond/wbusb.c +++ b/drivers/staging/winbond/wbusb.c @@ -11,6 +11,7 @@ */ #include #include +#include #include "core.h" #include "mds_f.h" -- cgit v1.2.3