From: Kevin McKinney Date: Mon, 26 Nov 2012 00:28:46 +0000 (-0500) Subject: Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.h X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=27aaa420c764387ac4528a143f08f06c10b484a1;p=deliverable%2Flinux.git Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.h This patch replaces "ULONG64" with "u64" in HostMIBSInterface.h Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h index 639967afcc9b..c389d80cdc0e 100644 --- a/drivers/staging/bcm/HostMIBSInterface.h +++ b/drivers/staging/bcm/HostMIBSInterface.h @@ -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;