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

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
......@@ -202,7 +202,7 @@ struct bcm_flash2x_bitmap {
};
struct bcm_time_elapsed {
unsigned long long ul64TimeElapsedSinceNetEntry;
u64 ul64TimeElapsedSinceNetEntry;
u32 uiReserved[4];
};
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment