Skip to content

Commit

Permalink
Staging: bcm: Replace unsigned long long with u64 in Ioctl.h
Browse files Browse the repository at this point in the history
This patch replaces "unsigned long long" with
u64" in Ioctl.h.

Signed-off-by: Kevin McKinney <klmckinney1@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Kevin McKinney authored and Greg Kroah-Hartman committed Jan 7, 2013
1 parent 44d8311 commit 1fb14c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/staging/bcm/Ioctl.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 1fb14c4

Please sign in to comment.