staging: vt6656: dpc remove unneeded headers
authorMalcolm Priestley <tvboxspy@gmail.com>
Thu, 24 Jul 2014 22:34:15 +0000 (23:34 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sun, 27 Jul 2014 18:19:57 +0000 (11:19 -0700)
Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/vt6656/dpc.c
drivers/staging/vt6656/dpc.h

index 5edb5b664d4f9d4297b1b4bcb4579133104468c2..e6367ed3b0bb8e5404cf72dda62281834cd3c013 100644 (file)
 
 #include "dpc.h"
 #include "device.h"
-#include "rxtx.h"
-#include "card.h"
 #include "mac.h"
 #include "baseband.h"
 #include "rf.h"
-#include "usbpipe.h"
 
 int vnt_rx_data(struct vnt_private *priv, struct vnt_rcb *ptr_rcb,
        unsigned long bytes_received)
index d538aa3b6b166182b9b2eacd7ec2dc4cc30e3682..fab195f8c3f5e3fdaa448675834e6bc48058aa01 100644 (file)
@@ -30,7 +30,6 @@
 #define __DPC_H__
 
 #include "device.h"
-#include "wcmd.h"
 
 int vnt_rx_data(struct vnt_private *, struct vnt_rcb *,
        unsigned long bytes_recieved);