
From: Andi Kleen <ak@suse.de>

This printk is printed by genericarch when your machine is no es7000.  Most
people don't care about that.  Remove it.

Signed-off-by: Andrew Morton <akpm@osdl.org>
---

 25-akpm/arch/i386/mach-es7000/es7000plat.c |    1 -
 1 files changed, 1 deletion(-)

diff -puN arch/i386/mach-es7000/es7000plat.c~disable-unnecessary-printk-in-es7000-code arch/i386/mach-es7000/es7000plat.c
--- 25/arch/i386/mach-es7000/es7000plat.c~disable-unnecessary-printk-in-es7000-code	2004-06-07 21:44:30.766049464 -0700
+++ 25-akpm/arch/i386/mach-es7000/es7000plat.c	2004-06-07 21:44:30.769049008 -0700
@@ -134,7 +134,6 @@ parse_unisys_oem (char *oemptr, int oem_
 	}
 
 	if (success < 2) {
-		printk("\nNo ES7000 found.\n");
 		es7000_plat = 0;
 	} else {
 		printk("\nEnabling ES7000 specific features...\n");
_
