diff options
author | Pekka Enberg <penberg@cs.helsinki.fi> | 2008-10-30 13:04:29 +0200 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-06 13:51:47 -0800 |
commit | 80aba53616a5f2f97adf386a2a3ccd5fb0dbfdd6 (patch) | |
tree | f8c185594cbf79af937ba81a38da57946bd8bd10 /drivers/staging/winbond/mto.c | |
parent | 8971280fb21354b118956bed506f79a515759410 (diff) |
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 <pavel@suse.cz>
Signed-off-by: Pekka Enberg <penberg@cs.helsinki.fi>
Diffstat (limited to 'drivers/staging/winbond/mto.c')
-rw-r--r-- | drivers/staging/winbond/mto.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/staging/winbond/mto.c b/drivers/staging/winbond/mto.c index f53db9374962..c68c7f685973 100644 --- a/drivers/staging/winbond/mto.c +++ b/drivers/staging/winbond/mto.c @@ -23,6 +23,9 @@ // LA20040210_DTO kevin #include "os_common.h" +#include "sme_api.h" +#include "gl_80211.h" +#include "wbhal_f.h" // Declare SQ3 to rate and fragmentation threshold table // Declare fragmentation thresholds table |