public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] x86, mrst: remove unused mrst_identify_cpu()
@ 2010-07-25  4:50 Javier Martinez Canillas
  2010-07-25  5:04 ` H. Peter Anvin
  2010-07-25 10:54 ` Alan Cox
  0 siblings, 2 replies; 5+ messages in thread
From: Javier Martinez Canillas @ 2010-07-25  4:50 UTC (permalink / raw)
  To: Thomas Gleixner, Ingo Molnar, H. Peter Anvin, x86, Jacob Pan,
	Feng Tang, linux-kernel

mrst_identify_cpu() function is not been used anymore (at today linux-next). This patch removes it.

Signed-off-by: Javier Martinez Canillas <martinez.javier@gmail.com>
---
 arch/x86/include/asm/mrst.h |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)

diff --git a/arch/x86/include/asm/mrst.h b/arch/x86/include/asm/mrst.h
index 1635074..0d0e702 100644
--- a/arch/x86/include/asm/mrst.h
+++ b/arch/x86/include/asm/mrst.h
@@ -26,10 +26,6 @@ enum mrst_cpu_type {
 };
 
 extern enum mrst_cpu_type __mrst_cpu_chip;
-static enum mrst_cpu_type mrst_identify_cpu(void)
-{
-	return __mrst_cpu_chip;
-}
 
 enum mrst_timer_options {
 	MRST_TIMER_DEFAULT,
-- 
1.7.0.4




^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2010-07-25 18:56 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-25  4:50 [PATCH] x86, mrst: remove unused mrst_identify_cpu() Javier Martinez Canillas
2010-07-25  5:04 ` H. Peter Anvin
2010-07-25 10:55   ` Alan Cox
2010-07-25 18:56     ` H. Peter Anvin
2010-07-25 10:54 ` Alan Cox

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox