Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 337134
b: refs/heads/master
c: 3f38ea7
h: refs/heads/master
v: v3
  • Loading branch information
Sangho Yi authored and Greg Kroah-Hartman committed Oct 22, 2012
1 parent e8f03e6 commit 6f50d4d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 19 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 717757255665a1aae58752f1d8cf7625b6fe9d9e
refs/heads/master: 3f38ea7de4eb36dcb7eb05827d9ffb8a817b6563
18 changes: 0 additions & 18 deletions trunk/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 6f50d4d

Please sign in to comment.