Skip to content

Commit

Permalink
Staging: CSR: csr_time.h: Removed unnecessary typedef struct
Browse files Browse the repository at this point in the history
I removed the unnecessary typedef struct from the csr_time.h.
There is no actual usage of the typedef definition.

Signed-off-by: Sangho Yi <antiroot@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
  • Loading branch information
Sangho Yi authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent 7177572 commit 3f38ea7
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions drivers/staging/csr/csr_time.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,24 +29,6 @@ DESCRIPTION
*******************************************************************************/
typedef u32 CsrTime;


/*******************************************************************************
NAME
CsrTimeUtc
DESCRIPTION
Type to hold a value describing a UTC wallclock time expressed in
seconds and milliseconds elapsed since midnight January 1st 1970.
*******************************************************************************/
typedef struct
{
u32 sec;
u16 msec;
} CsrTimeUtc;


/*******************************************************************************
NAME
Expand Down

0 comments on commit 3f38ea7

Please sign in to comment.