]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commitdiff
Staging: bcm: Replace LARGE_INTEGER with u64 in HostMIBSInterface.h
authorKevin McKinney <klmckinney1@gmail.com>
Mon, 26 Nov 2012 00:28:55 +0000 (19:28 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:07:57 +0000 (16:07 -0800)
This patch replaces "LARGE_INTEGER" 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 d7f581ca958a74cd40ec1ca962a1d8fde134d2c9..29384556ea52c50bc87d9a0d39e5152e0249e768 100644 (file)
@@ -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;