]> git.openfabrics.org - compat-rdma/compat.git/commitdiff
Remove include/uapi/linux/ethtool.h
authorVladimir Sokolovsky <vlad@mellanox.com>
Thu, 2 Aug 2018 20:08:24 +0000 (15:08 -0500)
committerVladimir Sokolovsky <vlad@mellanox.com>
Thu, 2 Aug 2018 20:08:24 +0000 (15:08 -0500)
The relevant content exist in compat-4.17.h

Signed-off-by: Vladimir Sokolovsky <vlad@mellanox.com>
include/uapi/linux/ethtool.h [deleted file]

diff --git a/include/uapi/linux/ethtool.h b/include/uapi/linux/ethtool.h
deleted file mode 100644 (file)
index 63e03ac..0000000
+++ /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 <jgarzik@pobox.com>
- * 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 <uapi/linux/ethtool.h>
-
-#ifndef PFC_STORM_PREVENTION_AUTO
-#define PFC_STORM_PREVENTION_AUTO      0xffff
-#endif
-#endif /* __BACKPORT_UAPI_LINUX_ETHTOOL_H */