summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.c
diff options
context:
space:
mode:
authorAndres More2010-05-01 19:25:00 +0200
committerGreg Kroah-Hartman2010-05-11 20:36:01 +0200
commit8611a29ab967bc197494db19d31994d1b5a26fdc (patch)
tree521ae94c2e0bf1f7db85d1480909ad6d39aed370 /drivers/staging/vt6656/int.c
parentStaging: comedi: clean up kcomedilib/get.c (diff)
downloadkernel-qcow2-linux-8611a29ab967bc197494db19d31994d1b5a26fdc.tar.gz
kernel-qcow2-linux-8611a29ab967bc197494db19d31994d1b5a26fdc.tar.xz
kernel-qcow2-linux-8611a29ab967bc197494db19d31994d1b5a26fdc.zip
Staging: vt6656: removed VOID/PVOID definitions
Warnings about the usage of externs in .c files were not resolved here. Signed-off-by: Andres More <more.andres@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6656/int.c')
-rw-r--r--drivers/staging/vt6656/int.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drivers/staging/vt6656/int.c b/drivers/staging/vt6656/int.c
index a47eeb069300..2ba20893ce73 100644
--- a/drivers/staging/vt6656/int.c
+++ b/drivers/staging/vt6656/int.c
@@ -79,8 +79,7 @@ static int msglevel = MSG_LEVEL_INFO;
* if we've gotten no data
*
-*/
-VOID
-INTvWorkItem(PVOID Context)
+void INTvWorkItem(void *Context)
{
PSDevice pDevice = (PSDevice) Context;
NTSTATUS ntStatus;