atheros: config-2.6.33, PCI: disable common quirks
[openwrt.git] / package / switch / src / switch-adm.c
index 8d5de04..89efed1 100644 (file)
@@ -26,7 +26,6 @@
  * 02110-1301, USA.
  */
 
  * 02110-1301, USA.
  */
 
-#include <linux/autoconf.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/if.h>
 #include <linux/module.h>
 #include <linux/init.h>
 #include <linux/if.h>
@@ -524,9 +523,8 @@ static int detect_adm(void)
                eedi = 5;
 
                ret = 1;
                eedi = 5;
 
                ret = 1;
-       } else
-               printk("BFL_ENETADM not set in boardflags. Use force=1 to ignore.\n");
-               
+       }
+
        if (eecs)
                eecs = (1 << eecs);
        if (eesk)
        if (eecs)
                eecs = (1 << eecs);
        if (eesk)
This page took 0.024825 seconds and 4 git commands to generate.