From 3f38ea7de4eb36dcb7eb05827d9ffb8a817b6563 Mon Sep 17 00:00:00 2001 From: Sangho Yi Date: Sun, 14 Oct 2012 23:50:02 +0900 Subject: [PATCH] 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: Sangho Yi Signed-off-by: Greg Kroah-Hartman --- 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 -- 2.7.4