Staging: merge 2.6.39-rc3 into staging-next
[GitHub/mt8127/android_kernel_alcatel_ttab.git] / drivers / staging / ath6kl / include / common / epping_test.h
index 7027fac8f37edf47bbd7491499ea01c4ff17be64..9eb5fdfa746abdf21f79578f95a0eeae548b2409 100644 (file)
 #ifndef EPPING_TEST_H_
 #define EPPING_TEST_H_
 
-#ifndef ATH_TARGET
-#include "athstartpack.h"
-#endif
-
     /* alignment to 4-bytes */
 #define EPPING_ALIGNMENT_PAD  (((sizeof(struct htc_frame_hdr) + 3) & (~0x3)) - sizeof(struct htc_frame_hdr))
 
@@ -112,9 +108,4 @@ typedef PREPACK struct {
 #define HCI_TRANSPORT_STREAM_NUM  16  /* this number is higher than the define WMM AC classes so we
                                          can use this to distinguish packets */
 
-#ifndef ATH_TARGET
-#include "athendpack.h"
-#endif
-    
-    
 #endif /*EPPING_TEST_H_*/