Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.h
authorKevin McKinney <klmckinney1@gmail.com>
Mon, 26 Nov 2012 00:28:46 +0000 (19:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:07:56 +0000 (16:07 -0800)
This patch replaces "ULONG64" with "u64" in
HostMIBSInterface.h

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/bcm/HostMIBSInterface.h

index 639967a..c389d80 100644 (file)
@@ -44,8 +44,8 @@ typedef union _U_MIBS_IP_ADDRESS {
 } U_MIBS_IP_ADDRESS;
 
 typedef struct _S_MIBS_HOST_INFO {
-       ULONG64 GoodTransmits;
-       ULONG64 GoodReceives;
+       u64     GoodTransmits;
+       u64     GoodReceives;
        /* this to keep track of the Tx and Rx MailBox Registers. */
        ULONG   NumDesUsed;
        ULONG   CurrNumFreeDesc;