[PATCH 2/2] Drivers: Stating: CSR: Removed unnecessary typedef struct

Sangho Yi antiroot at gmail.com
Sun Oct 14 14:50:02 UTC 2012


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 at gmail.com>
---
 drivers/staging/csr/csr_time.h |   18 ------------------
 1 file changed, 18 deletions(-)

diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/csr/csr_time.h
index 7ded6dd..d856154 100644
--- a/drivers/staging/csr/csr_time.h
+++ b/drivers/staging/csr/csr_time.h
@@ -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
-- 
1.7.9.5




More information about the devel mailing list