summaryrefslogtreecommitdiffstats
path: root/drivers/staging/vt6656/int.h
diff options
context:
space:
mode:
authorAndres More2010-04-17 17:07:42 +0200
committerGreg Kroah-Hartman2010-05-11 20:35:56 +0200
commit592ccfebb3d7ae6d2fa367b97f080790befa3c6c (patch)
tree09a6ebd7b4c326d04e76a145b09b4acc33d31479 /drivers/staging/vt6656/int.h
parentStaging: vt6655: Rename hostap_set_hostapd, hostap_iotctl. (diff)
downloadkernel-qcow2-linux-592ccfebb3d7ae6d2fa367b97f080790befa3c6c.tar.gz
kernel-qcow2-linux-592ccfebb3d7ae6d2fa367b97f080790befa3c6c.tar.xz
kernel-qcow2-linux-592ccfebb3d7ae6d2fa367b97f080790befa3c6c.zip
Staging: vt6656: Removed IN definition
Code cleanup, removed empty IN definition used to denote input parameters. 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.h')
-rw-r--r--drivers/staging/vt6656/int.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/vt6656/int.h b/drivers/staging/vt6656/int.h
index 15e815a35967..c3476cff5429 100644
--- a/drivers/staging/vt6656/int.h
+++ b/drivers/staging/vt6656/int.h
@@ -74,7 +74,7 @@ INTvWorkItem(
NTSTATUS
INTnsProcessData(
- IN PSDevice pDevice
+ PSDevice pDevice
);
#endif // __INT_H__