From e8a74527a0a92daff4289b832189f0d079c3b9e5 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 30 Jan 2015 12:28:29 -0600 Subject: [PATCH] Fix mimatched #if/#endif --- net/local/local_netpoll.c | 1 - 1 file changed, 1 deletion(-) diff --git a/net/local/local_netpoll.c b/net/local/local_netpoll.c index d0dec448fe..b25b7bc87f 100644 --- a/net/local/local_netpoll.c +++ b/net/local/local_netpoll.c @@ -38,7 +38,6 @@ ****************************************************************************/ #include -#if defined(CONFIG_NET) && !defined(CONFIG_DISABLE_POLL) #include "local/local.h"