From: Kevin McKinney Date: Tue, 4 Dec 2012 03:36:24 +0000 (-0500) Subject: Staging: bcm: Replace unsigned long long with u64 in Ioctl.h X-Git-Tag: upstream/snapshot3+hdmi~5696^2~705 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1fb14c4276fb59f3523fc33a1acf63c1af64f793;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 --- 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 {