Commit f77d4f36 authored by Alessandro Rubini's avatar Alessandro Rubini

trivial: remove unused wrpc_errno

Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent fd1c856a
......@@ -11,8 +11,6 @@
#include <softpll_ng.h>
#include <ptpd_netif.h>
int wrpc_errno;
/* This function should init the minic and get the mac address */
static int wrpc_open_ch(struct pp_instance *ppi)
{
......
......@@ -67,7 +67,6 @@ extern int halexp_get_port_state(hexp_port_state_t *state,
/* syscall-lookalike */
extern int wrpc_time(void);
extern void wrpc_udelay(int usecs);
extern int wrpc_errno;
/* Dev stuff */
extern void wrpc_putc(int c);
......
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