Staging: bcm: Replace unsigned long long with u64 in Ioctl.h
authorKevin McKinney <klmckinney1@gmail.com>
Tue, 4 Dec 2012 03:36:24 +0000 (22:36 -0500)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 7 Jan 2013 18:47:10 +0000 (10:47 -0800)
This patch replaces "unsigned long long" with
u64" 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 8c70af9..8650d13 100644 (file)
@@ -202,8 +202,8 @@ struct bcm_flash2x_bitmap {
 };
 
 struct bcm_time_elapsed {
-       unsigned long long ul64TimeElapsedSinceNetEntry;
-       u32  uiReserved[4];
+       u64 ul64TimeElapsedSinceNetEntry;
+       u32 uiReserved[4];
 };
 
 enum {