]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - api/api_net.c
Merge branch 'master' of git://git.denx.de/u-boot-ppc4xx
[karo-tx-uboot.git] / api / api_net.c
index 9b20a1740c76837a2dfdf20bad4e366a8ce8bcaf..afe072e76acec152f9bdd744efaf1e2c93e6a917 100644 (file)
@@ -24,9 +24,6 @@
  */
 
 #include <config.h>
-
-#if defined(CONFIG_API)
-
 #include <common.h>
 #include <net.h>
 #include <linux/types.h>
@@ -75,7 +72,7 @@ int dev_close_net(void *cookie)
        return 0;
 }
 
-/* 
+/*
  * There can only be one active eth interface at a time - use what is
  * currently set to eth_current
  */
@@ -109,5 +106,3 @@ int dev_read_net(void *cookie, void *buf, int len)
 
        return eth_receive(buf, len);
 }
-
-#endif /* CONFIG_API */