projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b512e4
)
Staging: bcm: Replace ULONG64 with unsigned long long in Ioctl.h
author
Kevin McKinney
<klmckinney1@gmail.com>
Thu, 22 Nov 2012 19:48:34 +0000
(14:48 -0500)
committer
Greg 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
patch
|
blob
|
history
diff --git
a/drivers/staging/bcm/Ioctl.h
b/drivers/staging/bcm/Ioctl.h
index e6d2d599208ac2fef364014b531c896e4fd8af09..aa3047809276c2e48bec4aba787d0a54fe575c14 100644
(file)
--- a/
drivers/staging/bcm/Ioctl.h
+++ b/
drivers/staging/bcm/Ioctl.h
@@
-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;