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 8c70af90969bfcebae918d60917d9932eda57fef..8650d132d2b16124ba36a009f3873a8a5c46d370 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 {
This page took 0.028645 seconds and 5 git commands to generate.