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-Tag: next-20110812~2^2~18 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=67e099a82e61d75e6f9e7333cb51ec90bf7afcae;p=karo-tx-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 5fad4e791b3e..82a84d53120f 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 b221142446a2..f48093e649e4 100644 --- a/drivers/uwb/whci.c +++ b/drivers/uwb/whci.c @@ -7,6 +7,7 @@ */ #include #include +#include #include #include #include