From c7394efc26eab577b4b6a235409231deb340445f Mon Sep 17 00:00:00 2001 From: Paul Gortmaker Date: Sun, 17 Jul 2011 16:40:36 -0400 Subject: 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 --- drivers/uwb/umc-bus.c | 1 + drivers/uwb/whci.c | 1 + 2 files changed, 2 insertions(+) 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 -- cgit v1.2.3-59-g8ed1b