summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/baseband.h
diff options
context:
space:
mode:
authorMalcolm Priestley <tvboxspy@gmail.com>2014-10-29 17:56:02 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-10-29 13:34:47 -0700
commite11cdc39f381e541fbdc2eccf2c4fce910a4f2bb (patch)
treee07e03f57b64c57cc2562a8529dcb927301c0606 /drivers/staging/vt6655/baseband.h
parentdd46cf735d3c95c6f5996716e55934ed40ad4d01 (diff)
downloadop-kernel-dev-e11cdc39f381e541fbdc2eccf2c4fce910a4f2bb.zip
op-kernel-dev-e11cdc39f381e541fbdc2eccf2c4fce910a4f2bb.tar.gz
staging: vt6655: remove typedef void *TimerFunction
Covert functions TimerSQ3CallBack and TimerState1CallBack to the correct type for struct timer_list.function to remove the cast altogether. Signed-off-by: Malcolm Priestley <tvboxspy@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/vt6655/baseband.h')
-rw-r--r--drivers/staging/vt6655/baseband.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/vt6655/baseband.h b/drivers/staging/vt6655/baseband.h
index 2d7a3e2..772ea0d 100644
--- a/drivers/staging/vt6655/baseband.h
+++ b/drivers/staging/vt6655/baseband.h
@@ -103,12 +103,12 @@ void BBvExitDeepSleep(void __iomem *dwIoBase, unsigned char byLocalID);
void
TimerSQ3CallBack(
- void *hDeviceContext
+ unsigned long
);
void
TimerState1CallBack(
- void *hDeviceContext
+ unsigned long
);
void BBvAntennaDiversity(struct vnt_private *pDevice,
OpenPOWER on IntegriCloud