[PATCH] Clocksource: Remove useless forward declaration

From: Ralf Baechle
Date: Sat May 28 2011 - 08:06:41 EST


Signed-off-by: Ralf Baechle <ralf@xxxxxxxxxxxxxx>

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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/