summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ioctl.h
diff options
context:
space:
mode:
authorCharles Clément2010-06-06 00:13:47 +0200
committerGreg Kroah-Hartman2010-06-18 19:20:03 +0200
commit2989e96f17f2dcbd73aee37856899c2885df0686 (patch)
tree9cdf17ddd9a4151ec148516adb9a26af8b7684e6 /drivers/staging/vt6655/ioctl.h
parentStaging: vt6655: remove custom ULONGLONG typedef (diff)
downloadkernel-qcow2-linux-2989e96f17f2dcbd73aee37856899c2885df0686.tar.gz
kernel-qcow2-linux-2989e96f17f2dcbd73aee37856899c2885df0686.tar.xz
kernel-qcow2-linux-2989e96f17f2dcbd73aee37856899c2885df0686.zip
Staging: vt6655: remove PBYTE typedef
Use unsigned char * instead. Signed-off-by: Charles Clément <caratorn@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/vt6655/ioctl.h')
-rw-r--r--drivers/staging/vt6655/ioctl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/ioctl.h b/drivers/staging/vt6655/ioctl.h
index 4a30e271294f..0de2324d15da 100644
--- a/drivers/staging/vt6655/ioctl.h
+++ b/drivers/staging/vt6655/ioctl.h
@@ -46,7 +46,7 @@ int private_ioctl(PSDevice pDevice, struct ifreq *rq);
void vConfigWEPKey (
PSDevice pDevice,
DWORD dwKeyIndex,
- PBYTE pbyKey,
+ unsigned char *pbyKey,
unsigned long uKeyLength
);
*/