Commit aa92fbeb authored by Adam Wujek's avatar Adam Wujek Committed by Adam Wujek

lib: remove wrpc.h dependency in ipv4, arp, lldp

Signed-off-by: 's avatarAdam Wujek <adam.wujek@creotech.pl>
parent b1241ea3
......@@ -7,7 +7,6 @@
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <wrc.h>
#include <wrpc.h>
#include <string.h>
#include "dev/endpoint.h"
......
......@@ -7,7 +7,6 @@
* Released according to the GNU GPL, version 2 or any later version.
*/
#include <wrc.h>
#include <wrpc.h>
#include <string.h>
#include "dev/endpoint.h"
......
......@@ -18,5 +18,3 @@ obj-$(CONFIG_NETCONSOLE) += lib/netconsole.o
# below requires $(AUTOCONF_PPSI) to be present before build
REQUIRE_AUTOCONF_PPSI += \
lib/net.o \
lib/ipv4.o \
lib/arp.o \
......@@ -21,7 +21,6 @@
#include "ipv4.h"
#include "shell.h"
#include "dev/syscon.h"
#include <wrpc.h> /*needed for htons()*/
static uint8_t lldpdu[LLDP_MAX_PKT_LEN];
static uint16_t lldpdu_len;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment