From 1fb14c4276fb59f3523fc33a1acf63c1af64f793 Mon Sep 17 00:00:00 2001 From: Kevin McKinney Date: Mon, 3 Dec 2012 22:36:24 -0500 Subject: [PATCH] Staging: bcm: Replace unsigned long long with u64 in Ioctl.h This patch replaces "unsigned long long" with u64" in Ioctl.h. Signed-off-by: Kevin McKinney Signed-off-by: Greg Kroah-Hartman --- drivers/staging/bcm/Ioctl.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/bcm/Ioctl.h b/drivers/staging/bcm/Ioctl.h index 8c70af9..8650d13 100644 --- a/drivers/staging/bcm/Ioctl.h +++ b/drivers/staging/bcm/Ioctl.h @@ -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 { -- 2.7.4