diff options
Diffstat (limited to 'api/api_net.c')
-rw-r--r-- | api/api_net.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/api/api_net.c b/api/api_net.c index 9611ab0..afe072e 100644 --- a/api/api_net.c +++ b/api/api_net.c @@ -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 */ |