From: Christoph Egger Date: Wed, 30 Jun 2010 16:03:43 +0000 (+0200) Subject: Removing dead MACH_U300_BS26 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=82400d2c827aa4f70c8b047d6147f50438f4ab87;p=linux-beck.git Removing dead MACH_U300_BS26 MACH_U300_BS26 doesn't exist in Kconfig, therefore removing all references for it from the source code. Signed-off-by: Christoph Egger Acked-by: Linus Walleij Signed-off-by: Jiri Kosina --- diff --git a/arch/arm/mach-u300/core.c b/arch/arm/mach-u300/core.c index 5f34eb674d68..653b3e0ab7ba 100644 --- a/arch/arm/mach-u300/core.c +++ b/arch/arm/mach-u300/core.c @@ -1561,13 +1561,6 @@ static void __init u300_init_check_chip(void) printk(KERN_INFO "Initializing U300 system on %s baseband chip " \ "(chip ID 0x%04x)\n", chipname, val); -#ifdef CONFIG_MACH_U300_BS26 - if ((val & 0xFF00U) != 0xc800) { - printk(KERN_ERR "Platform configured for BS25/BS26 " \ - "with DB3150 but %s detected, expect problems!", - chipname); - } -#endif #ifdef CONFIG_MACH_U300_BS330 if ((val & 0xFF00U) != 0xd800) { printk(KERN_ERR "Platform configured for BS330 " \