summaryrefslogtreecommitdiffstats
path: root/drivers/staging/csr/csr_time.h
diff options
context:
space:
mode:
authorDevendra Naga <devendra.aaru@gmail.com>2012-10-24 02:33:57 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-10-24 15:23:09 -0700
commitaad3d31fdf925277997641197c2f0eabf728e177 (patch)
treec8a261ddaa6bdd288f08238ce88904a177c44da1 /drivers/staging/csr/csr_time.h
parentcf7d9b4231e5d505084e1438192b27ad6b82dd00 (diff)
downloadop-kernel-dev-aad3d31fdf925277997641197c2f0eabf728e177.zip
op-kernel-dev-aad3d31fdf925277997641197c2f0eabf728e177.tar.gz
staging: csr: remove the CsrTime typedef altogether
remove CsrTime typedef and replace all the users with the u32 Signed-off-by: Devendra Naga <devendra.aaru@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/csr/csr_time.h')
-rw-r--r--drivers/staging/csr/csr_time.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/drivers/staging/csr/csr_time.h b/drivers/staging/csr/csr_time.h
index d856154..5a1d859 100644
--- a/drivers/staging/csr/csr_time.h
+++ b/drivers/staging/csr/csr_time.h
@@ -19,19 +19,6 @@ extern "C" {
/*******************************************************************************
NAME
- CsrTime
-
-DESCRIPTION
- Type to hold a value describing the current system time, which is a
- measure of time elapsed since some arbitrarily defined fixed time
- reference, usually associated with system startup.
-
-*******************************************************************************/
-typedef u32 CsrTime;
-
-/*******************************************************************************
-
-NAME
CsrTimeGet
DESCRIPTION
@@ -55,7 +42,7 @@ RETURNS
Low part of current system time in microseconds.
*******************************************************************************/
-CsrTime CsrTimeGet(CsrTime *high);
+u32 CsrTimeGet(u32 *high);
/*------------------------------------------------------------------*/
OpenPOWER on IntegriCloud