- add WIP stub for tc.
[oweals/busybox.git] / networking / libiproute / ll_proto.c
index 8d9637408091107f1e36daef78298fa17f19b4a3..0707fe08e9c065b2486351b28973ab8f4cfa5213 100644 (file)
@@ -20,7 +20,7 @@
 #include <linux/if_ether.h>
 #endif
 
-#ifdef UNUSED
+#warning de-bloat
 /* Before re-enabling this, please (1) conditionalize exotic protocols
  * on CONFIG_something, and (2) decouple strings and numbers
  * (use llproto_ids[] = n,n,n..; and llproto_names[] = "loop\0" "pup\0" ...;)
@@ -123,4 +123,3 @@ int ll_proto_a2n(unsigned short *id, char *buf)
        return 0;
 }
 
-#endif /* UNUSED */