Staging: vt6655: remove OUT definition

Remove empty OUT definition used to specify output parameters.

Signed-off-by: Charles Clément <caratorn@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/staging/vt6655/key.h b/drivers/staging/vt6655/key.h
index 88be5b4..db1cbf3 100644
--- a/drivers/staging/vt6655/key.h
+++ b/drivers/staging/vt6655/key.h
@@ -107,7 +107,7 @@
     PSKeyManagement pTable,
     PBYTE           pbyBSSID,
     DWORD           dwKeyIndex,
-    OUT PSKeyItem       *pKey
+    PSKeyItem       *pKey
     );
 
 BOOL KeybSetKey(
@@ -144,12 +144,12 @@
     PSKeyManagement pTable,
     PBYTE           pbyBSSID,
     DWORD           dwKeyType,
-    OUT PSKeyItem       *pKey
+    PSKeyItem       *pKey
     );
 
 BOOL KeybCheckPairewiseKey(
     PSKeyManagement pTable,
-    OUT PSKeyItem       *pKey
+    PSKeyItem       *pKey
     );
 
 BOOL KeybRemoveAllKey(