Staging: vt6656: removed custom UCHAR/USHORT/UINT/ULONG/ULONGLONG typedefs

Cleared all checkpatch warnings but 'do not add new typedefs' ones.

Signed-off-by: Andres More <more.andres@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
diff --git a/drivers/staging/vt6656/baseband.h b/drivers/staging/vt6656/baseband.h
index d59992c..bc4633d 100644
--- a/drivers/staging/vt6656/baseband.h
+++ b/drivers/staging/vt6656/baseband.h
@@ -96,18 +96,18 @@
 
 /*---------------------  Export Functions  --------------------------*/
 
-UINT
+unsigned int
 BBuGetFrameTime(
      BYTE byPreambleType,
      BYTE byFreqType,
-     UINT cbFrameLength,
+     unsigned int cbFrameLength,
      WORD wRate
     );
 
 void
 BBvCaculateParameter (
       PSDevice pDevice,
-      UINT cbFrameLength,
+      unsigned int cbFrameLength,
       WORD wRate,
       BYTE byPacketType,
      PWORD pwPhyLen,