From e794f920c73ff0d891ae8c3033027be9d649a2ab Mon Sep 17 00:00:00 2001
From: Cedric Roux <cedric.roux@eurecom.fr>
Date: Mon, 12 Feb 2018 16:13:04 +0100
Subject: [PATCH] integration fix: remove definition of
 OAI_NW_DRIVER_USE_NETLINK in source file

This is done better by commit 6210eb056f880a52edfe9de64c6839154a5c7429.
---
 openair2/NETWORK_DRIVER/UE_IP/local.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/openair2/NETWORK_DRIVER/UE_IP/local.h b/openair2/NETWORK_DRIVER/UE_IP/local.h
index 15fa7a0f91..ac3b040995 100644
--- a/openair2/NETWORK_DRIVER/UE_IP/local.h
+++ b/openair2/NETWORK_DRIVER/UE_IP/local.h
@@ -57,7 +57,6 @@
 #include "platform_types.h"
 #include "sap.h"
 
-#define OAI_NW_DRIVER_USE_NETLINK 1
 
 typedef struct ue_ip_priv_s {
   int                        irq;
-- 
GitLab