Skip to content

Commit

Permalink
Staging: vt6656 remove duplicate includes
Browse files Browse the repository at this point in the history
Signed-off-by: Shawn Bohrer <shawn.bohrer@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Shawn Bohrer authored and Greg Kroah-Hartman committed Dec 11, 2009
1 parent a8ee05f commit 50fcfe5
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion drivers/staging/vt6656/baseband.c
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
#include "control.h"
#include "datarate.h"
#include "rndis.h"
#include "control.h"

/*--------------------- Static Definitions -------------------------*/
static int msglevel =MSG_LEVEL_INFO;
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/vt6656/hostap.c
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@
#include "baseband.h"
#include "wpactl.h"
#include "key.h"
#include "mac.h"
#include "datarate.h"

#define VIAWGET_HOSTAPD_MAX_BUF_SIZE 1024
Expand Down
2 changes: 0 additions & 2 deletions drivers/staging/vt6656/main_usb.c
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,9 @@
#include "ioctl.h"
#include "iwctl.h"
#include "dpc.h"
#include "iocmd.h"
#include "datarate.h"
#include "rf.h"
#include "firmware.h"
#include "mac.h"
#include "rndis.h"
#include "control.h"
#include "channel.h"
Expand Down
1 change: 0 additions & 1 deletion drivers/staging/vt6656/wcmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@
#include "wmgr.h"
#include "power.h"
#include "wctl.h"
#include "card.h"
#include "baseband.h"
#include "control.h"
#include "rxtx.h"
Expand Down

0 comments on commit 50fcfe5

Please sign in to comment.