[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <1280033438.2419.5.camel@lenovo>
Date: Sun, 25 Jul 2010 00:50:38 -0400
From: Javier Martinez Canillas <martinez.javier@...il.com>
To: Thomas Gleixner <tglx@...utronix.de>,
Ingo Molnar <mingo@...hat.com>,
"H. Peter Anvin" <hpa@...or.com>, x86@...nel.org,
Jacob Pan <jacob.jun.pan@...ux.intel.com>,
Feng Tang <feng.tang@...el.com>, linux-kernel@...r.kernel.org
Subject: [PATCH] x86, mrst: remove unused mrst_identify_cpu()
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@...il.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
--
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