提交 1fb14c42 编写于 作者: K Kevin McKinney 提交者: 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: NKevin McKinney <klmckinney1@gmail.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 44d83112
......@@ -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 {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册