summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ioctl.h
diff options
context:
space:
mode:
authorCharles Clément2010-06-02 18:52:02 +0200
committerGreg Kroah-Hartman2010-06-18 19:19:04 +0200
commite3fd16d0819e3b316a4fe316e5f32032df61e9db (patch)
tree1482a36469e09bc28d9bfa93b89c1b9b8cbafb2f /drivers/staging/vt6655/ioctl.h
parentStaging: vt6655: remove custom UINT typedef (diff)
downloadkernel-qcow2-linux-e3fd16d0819e3b316a4fe316e5f32032df61e9db.tar.gz
kernel-qcow2-linux-e3fd16d0819e3b316a4fe316e5f32032df61e9db.tar.xz
kernel-qcow2-linux-e3fd16d0819e3b316a4fe316e5f32032df61e9db.zip
Staging: vt6655: remove custom ULONG typedef
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 0d10c2a923c6..4a30e271294f 100644
--- a/drivers/staging/vt6655/ioctl.h
+++ b/drivers/staging/vt6655/ioctl.h
@@ -47,7 +47,7 @@ void vConfigWEPKey (
PSDevice pDevice,
DWORD dwKeyIndex,
PBYTE pbyKey,
- ULONG uKeyLength
+ unsigned long uKeyLength
);
*/