[ar7] add one more acx-mac80211 patch to finally allow its building on ar7
[openwrt.git] / package / switch / src / switch-adm.c
index 8d5de04..89efed1 100644 (file)
@@ -26,7 +26,6 @@
  * 02110-1301, USA.
  */
 
-#include <linux/autoconf.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;
-       } else
-               printk("BFL_ENETADM not set in boardflags. Use force=1 to ignore.\n");
-               
+       }
+
        if (eecs)
                eecs = (1 << eecs);
        if (eesk)
This page took 0.024882 seconds and 4 git commands to generate.