aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6655/ioctl.c
diff options
context:
space:
mode:
authorCharles Clément <caratorn@gmail.com>2010-06-02 09:52:02 -0700
committerGreg Kroah-Hartman <gregkh@suse.de>2010-06-18 10:19:04 -0700
commite3fd16d0819e3b316a4fe316e5f32032df61e9db (patch)
tree1482a36469e09bc28d9bfa93b89c1b9b8cbafb2f /drivers/staging/vt6655/ioctl.c
parentStaging: vt6655: remove custom UINT typedef (diff)
downloadlinux-dev-e3fd16d0819e3b316a4fe316e5f32032df61e9db.tar.xz
linux-dev-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.c')
-rw-r--r--drivers/staging/vt6655/ioctl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6655/ioctl.c b/drivers/staging/vt6655/ioctl.c
index b7049938c30a..6118a3cb02e4 100644
--- a/drivers/staging/vt6655/ioctl.c
+++ b/drivers/staging/vt6655/ioctl.c
@@ -719,7 +719,7 @@ vConfigWEPKey (
PSDevice pDevice,
DWORD dwKeyIndex,
PBYTE pbyKey,
- ULONG uKeyLength
+ unsigned long uKeyLength
)
{
int ii;