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 <siccegge@cs.fau.de>
Acked-by: Linus Walleij <linus.walleij@stericsson.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>

authored by Christoph Egger and committed by Jiri Kosina 82400d2c 78e2c641

-7
-7
arch/arm/mach-u300/core.c
··· 1561 printk(KERN_INFO "Initializing U300 system on %s baseband chip " \ 1562 "(chip ID 0x%04x)\n", chipname, val); 1563 1564 - #ifdef CONFIG_MACH_U300_BS26 1565 - if ((val & 0xFF00U) != 0xc800) { 1566 - printk(KERN_ERR "Platform configured for BS25/BS26 " \ 1567 - "with DB3150 but %s detected, expect problems!", 1568 - chipname); 1569 - } 1570 - #endif 1571 #ifdef CONFIG_MACH_U300_BS330 1572 if ((val & 0xFF00U) != 0xd800) { 1573 printk(KERN_ERR "Platform configured for BS330 " \
··· 1561 printk(KERN_INFO "Initializing U300 system on %s baseband chip " \ 1562 "(chip ID 0x%04x)\n", chipname, val); 1563 1564 #ifdef CONFIG_MACH_U300_BS330 1565 if ((val & 0xFF00U) != 0xd800) { 1566 printk(KERN_ERR "Platform configured for BS330 " \