summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/power.c
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-05-12 14:14:00 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-05-14 13:20:35 -0700
commite64354c0be3b7134c85571a525b2e37fc4a95eef (patch)
tree3a04de7f590cd7be5147fa892aa5bdf7381fc099 /drivers/staging/vt6655/power.c
parent089a41985c6c7e69c8fe043c0dd397da628254f5 (diff)
downloadop-kernel-dev-e64354c0be3b7134c85571a525b2e37fc4a95eef.zip
op-kernel-dev-e64354c0be3b7134c85571a525b2e37fc4a95eef.tar.gz
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/power.c')
-rw-r--r--drivers/staging/vt6655/power.c12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/staging/vt6655/power.c b/drivers/staging/vt6655/power.c
index a28d037..166e7fb 100644
--- a/drivers/staging/vt6655/power.c
+++ b/drivers/staging/vt6655/power.c
@@ -76,7 +76,7 @@ static int msglevel =MSG_LEVEL_INFO;
void
PSvEnablePowerSaving(
- IN HANDLE hDeviceContext,
+ IN void *hDeviceContext,
IN WORD wListenInterval
)
{
@@ -146,7 +146,7 @@ PSvEnablePowerSaving(
void
PSvDisablePowerSaving(
- IN HANDLE hDeviceContext
+ IN void *hDeviceContext
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -184,7 +184,7 @@ PSvDisablePowerSaving(
BOOL
PSbConsiderPowerDown(
- IN HANDLE hDeviceContext,
+ IN void *hDeviceContext,
IN BOOL bCheckRxDMA,
IN BOOL bCheckCountToWakeUp
)
@@ -252,7 +252,7 @@ PSbConsiderPowerDown(
void
PSvSendPSPOLL(
- IN HANDLE hDeviceContext
+ IN void *hDeviceContext
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -298,7 +298,7 @@ PSvSendPSPOLL(
-*/
BOOL
PSbSendNullPacket(
- IN HANDLE hDeviceContext
+ IN void *hDeviceContext
)
{
PSDevice pDevice = (PSDevice)hDeviceContext;
@@ -384,7 +384,7 @@ PSbSendNullPacket(
BOOL
PSbIsNextTBTTWakeUp(
- IN HANDLE hDeviceContext
+ IN void *hDeviceContext
)
{
OpenPOWER on IntegriCloud