]> Pileus Git - ~andy/linux/commitdiff
Staging: bcm: Replace ULONG64 with unsigned long long in Ioctl.h
authorKevin McKinney <klmckinney1@gmail.com>
Thu, 22 Nov 2012 19:48:34 +0000 (14:48 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 27 Nov 2012 00:05:11 +0000 (16:05 -0800)
This patch replace "ULONG64" with "unsigned
long long" in Ioctl.h

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

index e6d2d599208ac2fef364014b531c896e4fd8af09..aa3047809276c2e48bec4aba787d0a54fe575c14 100644 (file)
@@ -209,7 +209,7 @@ typedef struct _FLASH2X_BITMAP {
 } FLASH2X_BITMAP, *PFLASH2X_BITMAP;
 
 typedef struct _ST_TIME_ELAPSED_ {
-       ULONG64 ul64TimeElapsedSinceNetEntry;
+       unsigned long long ul64TimeElapsedSinceNetEntry;
        UINT32  uiReserved[4];
 } ST_TIME_ELAPSED, *PST_TIME_ELAPSED;