staging: ath6kl: Convert A_INT32 to s32
[firefly-linux-kernel-4.4.55.git] / drivers / staging / ath6kl / include / common_drv.h
index f5152eb86c5a02149f1dedba3a56e0f02f531e38..141b7efc5718f3a34b598d533f60b30d533ca872 100644 (file)
@@ -37,7 +37,7 @@ typedef struct _COMMON_CREDIT_STATE_INFO {
 } COMMON_CREDIT_STATE_INFO;
 
 typedef struct {
-    A_INT32 (*setupTransport)(void *ar);
+    s32 (*setupTransport)(void *ar);
     void (*cleanupTransport)(void *ar);
 } HCI_TRANSPORT_CALLBACKS;