summaryrefslogtreecommitdiff
path: root/wl1271/Txn/BusDrv.h
diff options
context:
space:
mode:
Diffstat (limited to 'wl1271/Txn/BusDrv.h')
-rw-r--r--wl1271/Txn/BusDrv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wl1271/Txn/BusDrv.h b/wl1271/Txn/BusDrv.h
index d29965d..64a92d7 100644
--- a/wl1271/Txn/BusDrv.h
+++ b/wl1271/Txn/BusDrv.h
@@ -1,7 +1,7 @@
/*
* BusDrv.h
*
- * Copyright(c) 1998 - 2009 Texas Instruments. All rights reserved.
+ * Copyright(c) 1998 - 2010 Texas Instruments. All rights reserved.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -116,7 +116,7 @@
pTxn->aLen[1] = 0; \
pTxn->uHwAddr = uAddr; \
pTxn->hCbHandle = (void*)hCB; \
- pTxn->fTxnDoneCb = (void*)fCB;
+ pTxn->fTxnDoneCb = (TTxnDoneCb)fCB;
/************************************************************************