From: Vladimir Sokolovsky Date: Thu, 2 Aug 2018 20:08:24 +0000 (-0500) Subject: Remove include/uapi/linux/ethtool.h X-Git-Tag: vofed-4.17-rc1~12 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=3ca50ffc6875eec809257ca2d937a438b7fafd5a;p=compat-rdma%2Fcompat.git Remove include/uapi/linux/ethtool.h The relevant content exist in compat-4.17.h Signed-off-by: Vladimir Sokolovsky --- 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 */