aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ath6kl/include/common_drv.h
diff options
context:
space:
mode:
authorJoe Perches <joe@perches.com>2011-02-02 17:05:55 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-02-02 17:34:51 -0500
commitf68057e6fab6943ea2c5867d8b72e4b08bef5f6e (patch)
treefbac4cd9aa9a4b9c04d3fd35209b524d5b07bd65 /drivers/staging/ath6kl/include/common_drv.h
parentcb1e370987c3651707e30e404e41ebdc83571fba (diff)
staging: ath6kl: Convert A_INT32 to s32
Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/ath6kl/include/common_drv.h')
-rw-r--r--drivers/staging/ath6kl/include/common_drv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/ath6kl/include/common_drv.h b/drivers/staging/ath6kl/include/common_drv.h
index f5152eb86c5..141b7efc571 100644
--- a/drivers/staging/ath6kl/include/common_drv.h
+++ b/drivers/staging/ath6kl/include/common_drv.h
@@ -37,7 +37,7 @@ typedef struct _COMMON_CREDIT_STATE_INFO {
37} COMMON_CREDIT_STATE_INFO; 37} COMMON_CREDIT_STATE_INFO;
38 38
39typedef struct { 39typedef struct {
40 A_INT32 (*setupTransport)(void *ar); 40 s32 (*setupTransport)(void *ar);
41 void (*cleanupTransport)(void *ar); 41 void (*cleanupTransport)(void *ar);
42} HCI_TRANSPORT_CALLBACKS; 42} HCI_TRANSPORT_CALLBACKS;
43 43