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/mlmetxrx.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'drivers/staging/winbond/mlmetxrx.c') diff --git a/drivers/staging/winbond/mlmetxrx.c b/drivers/staging/winbond/mlmetxrx.c index a071855..ee80aed 100644 --- a/drivers/staging/winbond/mlmetxrx.c +++ b/drivers/staging/winbond/mlmetxrx.c @@ -17,6 +17,8 @@ //============================================================================ #include "os_common.h" +#include "mds_f.h" + void MLMEResetTxRx(struct wb35_adapter * adapter) { s32 i; -- cgit v1.1