From d9922c0cf642da50794c3d23b61dcdd49684af8e Mon Sep 17 00:00:00 2001 From: David Sommerseth Date: Thu, 12 Sep 2013 17:01:59 +0200 Subject: Migrated from libnl-1 to libnl-3 This ports the current functionality from libnl-1 to libnl-3.0. At the current stage, it should be functional but more patches cleaning up the code will come. Signed-off-by: David Sommerseth --- python-ethtool/etherinfo.h | 7 ------- 1 file changed, 7 deletions(-) (limited to 'python-ethtool/etherinfo.h') diff --git a/python-ethtool/etherinfo.h b/python-ethtool/etherinfo.h index 5e1056a..8e98b0a 100644 --- a/python-ethtool/etherinfo.h +++ b/python-ethtool/etherinfo.h @@ -17,13 +17,6 @@ #ifndef _ETHERINFO_H #define _ETHERINFO_H -#include -#include -#include -#include -#include -#include - typedef enum {NLQRY_LINK, NLQRY_ADDR} nlQuery; /**< Supported query types in the etherinfo code */ int get_etherinfo(struct etherinfo_obj_data *data, nlQuery query); -- cgit