Commit 1fb14c42 authored by Kevin McKinney's avatar Kevin McKinney Committed by Greg Kroah-Hartman
Browse files

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: default avatarKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 44d83112
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -202,7 +202,7 @@ struct bcm_flash2x_bitmap {
};

struct bcm_time_elapsed {
	unsigned long long ul64TimeElapsedSinceNetEntry;
	u64 ul64TimeElapsedSinceNetEntry;
	u32 uiReserved[4];
};