]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api/api_net.c
net: drop !NET_MULTI code
[karo-tx-uboot.git] / api / api_net.c
index afe072e76acec152f9bdd744efaf1e2c93e6a917..cd80ea509a0fa9ad5ba90e1850cd33adc5fbd162 100644 (file)
@@ -34,10 +34,6 @@ DECLARE_GLOBAL_DATA_PTR;
 #define DEBUG
 #undef DEBUG
 
-#if !defined(CONFIG_NET_MULTI)
-#error "API/net is currently only available for platforms with CONFIG_NET_MULTI"
-#endif
-
 #ifdef DEBUG
 #define debugf(fmt, args...) do { printf("%s(): ", __func__); printf(fmt, ##args); } while (0)
 #else