From 3ca50ffc6875eec809257ca2d937a438b7fafd5a Mon Sep 17 00:00:00 2001 From: Vladimir Sokolovsky Date: Thu, 2 Aug 2018 15:08:24 -0500 Subject: [PATCH] Remove include/uapi/linux/ethtool.h The relevant content exist in compat-4.17.h Signed-off-by: Vladimir Sokolovsky --- include/uapi/linux/ethtool.h | 22 ---------------------- 1 file changed, 22 deletions(-) delete mode 100644 include/uapi/linux/ethtool.h diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h deleted file mode 100644 index 63e03ac..0000000 --- a/include/uapi/linux/ethtool.h +++ /dev/null @@ -1,22 +0,0 @@ -/* SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note */ -/* - * ethtool.h: Defines for Linux ethtool. - * - * Copyright (C) 1998 David S. Miller (davem@redhat.com) - * Copyright 2001 Jeff Garzik - * Portions Copyright 2001 Sun Microsystems (thockin@sun.com) - * Portions Copyright 2002 Intel (eli.kupermann@intel.com, - * christopher.leech@intel.com, - * scott.feldman@intel.com) - * Portions Copyright (C) Sun Microsystems 2008 - */ - -#ifndef __BACKPORT_UAPI_LINUX_ETHTOOL_H -#define __BACKPORT_UAPI_LINUX_ETHTOOL_H - -#include_next - -#ifndef PFC_STORM_PREVENTION_AUTO -#define PFC_STORM_PREVENTION_AUTO 0xffff -#endif -#endif /* __BACKPORT_UAPI_LINUX_ETHTOOL_H */ -- 2.46.0