From 751434f73a0add19eea178004e989e8b94e4a23f Mon Sep 17 00:00:00 2001
From: Maxime Bizon <mbizon@freebox.fr>
Date: Fri, 29 Nov 2019 10:09:35 +0100
Subject: [PATCH 1/4] use linux headers

---
 internal.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/internal.h b/internal.h
index aecf1ce..ad8800f 100644
--- a/internal.h
+++ b/internal.h
@@ -42,7 +42,7 @@ typedef int32_t s32;
 #define __KERNEL_DIV_ROUND_UP(n, d) (((n) + (d) - 1) / (d))
 #endif
 
-#include "ethtool-copy.h"
+#include <linux/ethtool.h>
 #include "net_tstamp-copy.h"
 
 #if __BYTE_ORDER == __BIG_ENDIAN
-- 
2.17.1

