mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Sangho Yi <antiroot@gmail.com>
To: devel@driverdev.osuosl.org
Cc: gregkh@linuxfoundation.org, linux-kernel@vger.kernel.org,
	Sangho Yi <antiroot@gmail.com>
Subject: [PATCH 2/2] Drivers: Stating: CSR: Removed unnecessary typedef struct
Date: Sun, 14 Oct 2012 23:50:02 +0900	[thread overview]
Message-ID: <1350226202-30158-2-git-send-email-antiroot@gmail.com> (raw)
In-Reply-To: <1350226202-30158-1-git-send-email-antiroot@gmail.com>

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>
---
 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


      reply	other threads:[~2012-10-14 14:52 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-10-14 14:50 [PATCH 1/2] Drivers: Staging: CSR: fixed indentation warnings based on coding style Sangho Yi
2012-10-14 14:50 ` Sangho Yi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1350226202-30158-2-git-send-email-antiroot@gmail.com \
    --to=antiroot@gmail.com \
    --cc=devel@driverdev.osuosl.org \
    --cc=gregkh@linuxfoundation.org \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®