From 3327989a51f7d46d854c89bb6047dd68f843a7fd Mon Sep 17 00:00:00 2001 From: Brett Rudley Date: Fri, 1 Oct 2010 18:03:27 -0700 Subject: staging: brcm80211: Move #includes out of header Start the process of moving #includes out of headers and into individual C files. For now, this patch addresses the softmac side of the driver, fullmac still to be done. Signed-off-by: Brett Rudley Signed-off-by: Greg Kroah-Hartman --- drivers/staging/brcm80211/util/bcmsrom.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/brcm80211/util/bcmsrom.c') diff --git a/drivers/staging/brcm80211/util/bcmsrom.c b/drivers/staging/brcm80211/util/bcmsrom.c index 2637a53..0cdf645 100644 --- a/drivers/staging/brcm80211/util/bcmsrom.c +++ b/drivers/staging/brcm80211/util/bcmsrom.c @@ -18,6 +18,8 @@ #include #include #include +#include +#include #include #include #include -- cgit v1.1