summaryrefslogtreecommitdiff
path: root/drivers/staging/bcm
diff options
context:
space:
mode:
authorKevin McKinney <klmckinney1@gmail.com>2012-11-26 00:28:46 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-11-27 00:07:56 (GMT)
commit27aaa420c764387ac4528a143f08f06c10b484a1 (patch)
tree36bee2eb49318c7325fe3e01f42785b5ce4fd0d7 /drivers/staging/bcm
parent57353c0a74da849573202ca37f22426d428e7afa (diff)
downloadlinux-fsl-qoriq-27aaa420c764387ac4528a143f08f06c10b484a1.tar.xz
Staging: bcm: Replace ULONG64 with u64 in HostMIBSInterface.h
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>
Diffstat (limited to 'drivers/staging/bcm')
-rw-r--r--drivers/staging/bcm/HostMIBSInterface.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h
index 639967a..c389d80 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;