From: Paul Gortmaker Date: Sun, 17 Jul 2011 20:40:36 +0000 (-0400) Subject: uwb: Add module.h to the real uwb modular users. X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c7394efc26eab577b4b6a235409231deb340445f;p=linux.git uwb: Add module.h to the real uwb modular users. Lots of files were getting an implicit include of module.h for years now. But that will be fixed shortly. So get the real users to call out the include explicitly. Signed-off-by: Paul Gortmaker --- diff --git a/drivers/uwb/umc-bus.c b/drivers/uwb/umc-bus.c index 5fad4e791b3ed..82a84d53120f2 100644 --- a/drivers/uwb/umc-bus.c +++ b/drivers/uwb/umc-bus.c @@ -8,6 +8,7 @@ #include #include #include +#include #include #include diff --git a/drivers/uwb/whci.c b/drivers/uwb/whci.c index b221142446a29..f48093e649e42 100644 --- a/drivers/uwb/whci.c +++ b/drivers/uwb/whci.c @@ -7,6 +7,7 @@ */ #include #include +#include #include #include #include