X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=api%2Fapi_net.c;h=cd80ea509a0fa9ad5ba90e1850cd33adc5fbd162;hb=fda241d59d12381493f31e38f94a2057a955ec94;hp=afe072e76acec152f9bdd744efaf1e2c93e6a917;hpb=84bf7ca522e94ec402a1264b01971b924b7e268f;p=platform%2Fkernel%2Fu-boot.git diff --git a/api/api_net.c b/api/api_net.c index afe072e..cd80ea5 100644 --- a/api/api_net.c +++ b/api/api_net.c @@ -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