Merge remote-tracking branch 'asoc/fix/arizona' into asoc-linus
[firefly-linux-kernel-4.4.55.git] / drivers / staging / vt6656 / rndis.h
index 96fc2685f980d205ceb63d8b3edcbdea0df53927..5e073062017a2e657e1f0b33ebddcaa1d2fa21c4 100644 (file)
@@ -27,7 +27,6 @@
  *
  */
 
-
 #ifndef __RNDIS_H__
 #define __RNDIS_H__
 
 #define MESSAGE_REQUEST_RF_CH1          0x0C
 #define MESSAGE_REQUEST_RF_CH2          0x0D
 
-
 #define VIAUSB20_PACKET_HEADER          0x04
 
-
-
 typedef struct _CMD_MESSAGE
 {
     u8        byData[256];
@@ -148,9 +144,6 @@ typedef struct _CMD_CHANGE_BBTYPE
     u16        wRSPINF_a[9];
 } CMD_CHANGE_BBTYPE, *PCMD_CHANGE_BBTYPE;
 
-
 #define EXCH_WORD(w) ((u16)((u16)(w)<<8) | (u16)((u16)(w)>>8))
 
-
-
 #endif /* _RNDIS_H_ */