[<prev] [next>] [day] [month] [year] [list]
Message-ID: <20110528120635.GA17941@linux-mips.org>
Date: Sat, 28 May 2011 13:06:35 +0100
From: Ralf Baechle <ralf@...ux-mips.org>
To: Thomas Gleixner <tglx@...utronix.de>
Cc: linux-kernel@...r.kernel.org
Subject: [PATCH] Clocksource: Remove useless forward declaration
Signed-off-by: Ralf Baechle <ralf@...ux-mips.org>
include/linux/clocksource.h | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/include/linux/clocksource.h b/include/linux/clocksource.h
index d4646b4..9b7e9ac 100644
--- a/include/linux/clocksource.h
+++ b/include/linux/clocksource.h
@@ -20,7 +20,6 @@
/* clocksource cycle base type */
typedef u64 cycle_t;
-struct clocksource;
/**
* struct cyclecounter - hardware abstraction for a free running counter
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists