From 2a4d3a20cd49d4ea7a86aee2171765a4807ef39c Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Sun, 25 Nov 2012 19:28:55 -0500 Subject: Staging: bcm: Replace LARGE_INTEGER with u64 in HostMIBSInterface.h This patch replaces "LARGE_INTEGER" with "u64" in HostMIBSInterface.h Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/HostMIBSInterface.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'drivers/staging/bcm') diff --git a/drivers/staging/bcm/HostMIBSInterface.h b/drivers/staging/bcm/HostMIBSInterface.h index d7f581ca958a..29384556ea52 100644 --- a/drivers/staging/bcm/HostMIBSInterface.h +++ b/drivers/staging/bcm/HostMIBSInterface.h @@ -156,9 +156,9 @@ typedef struct _S_MIBS_SERVICEFLOW_TABLE { unsigned int uiSentPackets; unsigned int uiCurrentDrainRate; unsigned int uiThisPeriodSentBytes; - LARGE_INTEGER liDrainCalculated; + u64 liDrainCalculated; unsigned int uiCurrentTokenCount; - LARGE_INTEGER liLastUpdateTokenAt; + u64 liLastUpdateTokenAt; unsigned int uiMaxAllowedRate; unsigned int NumOfPacketsSent; unsigned char ucDirection; -- cgit v1.2.3