Commit 3f38ea7d authored by Sangho Yi's avatar Sangho Yi Committed by Greg Kroah-Hartman

Staging: CSR: csr_time.h: Removed unnecessary typedef struct

I removed the unnecessary typedef struct from the csr_time.h.
There is no actual usage of the typedef definition.
Signed-off-by: default avatarSangho Yi <antiroot@gmail.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 71775725
...@@ -29,24 +29,6 @@ DESCRIPTION ...@@ -29,24 +29,6 @@ DESCRIPTION
*******************************************************************************/ *******************************************************************************/
typedef u32 CsrTime; 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 NAME
......
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