From 80aba53616a5f2f97adf386a2a3ccd5fb0dbfdd6 Mon Sep 17 00:00:00 2001 From: Pekka Enberg Date: Thu, 30 Oct 2008 13:04:29 +0200 Subject: Staging: w35und: #include cleanup This patch moves #includes from sysdef.h and common.h to the files which actually need them. This makes the dependencies less complex and allows us to move code around much easily. Acked-by: Pavel Machek Signed-off-by: Pekka Enberg --- drivers/staging/winbond/mds.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/staging/winbond/mds.c') diff --git a/drivers/staging/winbond/mds.c b/drivers/staging/winbond/mds.c index 20008e35fe0..94f28ffff48 100644 --- a/drivers/staging/winbond/mds.c +++ b/drivers/staging/winbond/mds.c @@ -1,4 +1,11 @@ +#include "ds_tkip.h" +#include "gl_80211.h" +#include "mds_f.h" +#include "mlmetxrx_f.h" +#include "mto_f.h" #include "os_common.h" +#include "wbhal_f.h" +#include "wblinux_f.h" void Mds_reset_descriptor(struct wb35_adapter * adapter) -- cgit v1.2.3