]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - api/api_net.c
api: remove un-needed ifdef CONFIG_API already handle by the Makefile
[karo-tx-uboot.git] / api / api_net.c
index 9611ab0dda960f6574c4cd213551c4fda4ab7a4b..afe072e76acec152f9bdd744efaf1e2c93e6a917 100644 (file)
@@ -24,9 +24,6 @@
  */
 
 #include <config.h>
-
-#if defined(CONFIG_API)
-
 #include <common.h>
 #include <net.h>
 #include <linux/types.h>
@@ -109,5 +106,3 @@ int dev_read_net(void *cookie, void *buf, int len)
 
        return eth_receive(buf, len);
 }
-
-#endif /* CONFIG_API */