staging: vt6656: Remove QWORD from source and replace with u64.
[pandora-kernel.git] / drivers / staging / vt6656 / device.h
index 25bf03a..047f550 100644 (file)
@@ -527,7 +527,7 @@ typedef struct __device_info {
     // 802.11 management
     SMgmtObject                 sMgmtObj;
 
-    QWORD                       qwCurrTSF;
+       u64 qwCurrTSF;
     unsigned int                        cbBulkInMax;
     BOOL                        bPSRxBeacon;