summaryrefslogtreecommitdiff
path: root/drivers/staging/vt6655/baseband.c
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-05-12 21:14:00 (GMT)
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 20:20:35 (GMT)
commite64354c0be3b7134c85571a525b2e37fc4a95eef (patch)
tree3a04de7f590cd7be5147fa892aa5bdf7381fc099 /drivers/staging/vt6655/baseband.c
parent089a41985c6c7e69c8fe043c0dd397da628254f5 (diff)
downloadlinux-fsl-qoriq-e64354c0be3b7134c85571a525b2e37fc4a95eef.tar.xz
Staging: vt6655: remove HANDLE definition and use
Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/baseband.c')
-rw-r--r--drivers/staging/vt6655/baseband.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/baseband.c b/drivers/staging/vt6655/baseband.c
index 16d7db3..7a69490 100644
--- a/drivers/staging/vt6655/baseband.c
+++ b/drivers/staging/vt6655/baseband.c
@@ -2878,7 +2878,7 @@ BBvAntennaDiversity (PSDevice pDevice, BYTE byRxRate, BYTE bySQ3)
void
TimerSQ3CallBack (
- IN HANDLE hDeviceContext
+ IN void *hDeviceContext
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -2926,7 +2926,7 @@ TimerSQ3CallBack (
void
TimerState1CallBack (
- IN HANDLE hDeviceContext
+ IN void *hDeviceContext
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;