]> git.karo-electronics.de Git - mv-sheeva.git/blobdiff - arch/arm/mach-u300/core.c
Removing dead MACH_U300_BS26
[mv-sheeva.git] / arch / arm / mach-u300 / core.c
index 5f34eb674d68ec4ebbc3a763d01b97e10285b844..653b3e0ab7ba9a76724eaed028f881a5a378c5fe 100644 (file)
@@ -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 " \