Skip to content

Commit

Permalink
Staging: bcm: Replace ULONG64 with unsigned long long in Ioctl.h
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Nov 27, 2012
1 parent 0b512e4 commit 15b18b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/staging/bcm/Ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 15b18b4

Please sign in to comment.