From 1fd7fea3906027c0f97e2a99fc26ea8cbcd9aa8d Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Sat, 16 Aug 2014 15:04:09 -0600 Subject: [PATCH] More of the PHY event notification logic change: Fix some compile errors when full feature is enabled; Add some missing ioctol logic --- nshlib/nsh_netinit.c | 1 - 1 file changed, 1 deletion(-) diff --git a/nshlib/nsh_netinit.c b/nshlib/nsh_netinit.c index 187a0bb2f..647d0eebd 100644 --- a/nshlib/nsh_netinit.c +++ b/nshlib/nsh_netinit.c @@ -228,7 +228,6 @@ int nsh_netinit(void) struct sched_param sparam; pthread_attr_t attr; pthread_t tid; - void *value; int ret; /* Start the network initialization thread to perform the network bring-up