aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond/linux/wbusb.c
diff options
context:
space:
mode:
authorPekka Enberg <penberg@cs.helsinki.fi>2008-10-30 07:04:29 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-01-06 16:51:47 -0500
commit80aba53616a5f2f97adf386a2a3ccd5fb0dbfdd6 (patch)
treef8c185594cbf79af937ba81a38da57946bd8bd10 /drivers/staging/winbond/linux/wbusb.c
parent8971280fb21354b118956bed506f79a515759410 (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/linux/wbusb.c')
-rw-r--r--drivers/staging/winbond/linux/wbusb.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/staging/winbond/linux/wbusb.c b/drivers/staging/winbond/linux/wbusb.c
index bd708a2d148..861a0e4c706 100644
--- a/drivers/staging/winbond/linux/wbusb.c
+++ b/drivers/staging/winbond/linux/wbusb.c
@@ -3,8 +3,12 @@
3 * 3 *
4 * Distribute under GPLv2. 4 * Distribute under GPLv2.
5 */ 5 */
6#include "sysdef.h"
7#include <net/mac80211.h> 6#include <net/mac80211.h>
7#include <linux/usb.h>
8
9#include "../mlmetxrx_f.h"
10#include "../wbhal_f.h"
11#include "../wblinux_f.h"
8 12
9MODULE_AUTHOR(DRIVER_AUTHOR); 13MODULE_AUTHOR(DRIVER_AUTHOR);
10MODULE_DESCRIPTION(DRIVER_DESC); 14MODULE_DESCRIPTION(DRIVER_DESC);