All of lore.kernel.org
 help / color / mirror / Atom feed
From: Jan Kiszka <jan.kiszka@siemens.com>
To: xenomai@xenomai.org
Subject: [PATCH 8/9] drivers/net/e1000e: Add missing ethtool.h include
Date: Wed, 13 Oct 2021 13:55:52 +0200	[thread overview]
Message-ID: <9207083a6ec5c69cbfc71c1e42960d9fbc52b5ad.1634126152.git.jan.kiszka@siemens.com> (raw)
In-Reply-To: <cover.1634126152.git.jan.kiszka@siemens.com>

From: Jan Kiszka <jan.kiszka@siemens.com>

Needed for recent kernels.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
 kernel/drivers/net/drivers/e1000e/e1000.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/kernel/drivers/net/drivers/e1000e/e1000.h b/kernel/drivers/net/drivers/e1000e/e1000.h
index 7454c6350a..d6fa3d4839 100644
--- a/kernel/drivers/net/drivers/e1000e/e1000.h
+++ b/kernel/drivers/net/drivers/e1000e/e1000.h
@@ -40,6 +40,7 @@
 #include <linux/pci.h>
 #include <linux/crc32.h>
 #include <linux/if_vlan.h>
+#include <linux/ethtool.h>
 
 #include <rtnet_port.h>
 
-- 
2.31.1



  parent reply	other threads:[~2021-10-13 11:55 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-10-13 11:55 [PATCH 0/9] Enable support for kernel 5.15 Jan Kiszka
2021-10-13 11:55 ` [PATCH 1/9] cobalt/dovetail: Use IRQ_WORK_INIT to please 5.11+ Jan Kiszka
2021-10-13 14:00   ` [PATCH v2 " Jan Kiszka
2021-10-13 11:55 ` [PATCH 2/9] cobalt: Use close_fd for kernel 5.14+ Jan Kiszka
2021-10-13 11:55 ` [PATCH 3/9] cobalt: Use linux/stdarg.h Jan Kiszka
2021-10-13 11:55 ` [PATCH 4/9] cobalt/posix: Add required FORCE makefile rule Jan Kiszka
2021-10-13 11:55 ` [PATCH 5/9] cobalt/thread: Switch to MAX_RT_PRIO Jan Kiszka
2021-10-13 11:55 ` [PATCH 6/9] cobalt: Use fallthrough key word rather than comments Jan Kiszka
2021-10-13 11:55 ` [PATCH 7/9] drivers/can: Drop MODULE_SUPPORTED_DEVICE Jan Kiszka
2021-10-13 11:55 ` Jan Kiszka [this message]
2021-10-13 11:55 ` [PATCH 9/9] cobalt/debug: Detect vDSO via absence of vm_file Jan Kiszka
2021-11-10 12:23   ` Jan Kiszka
2022-01-03 16:34   ` Florian Bezdeka
2022-01-03 18:04     ` Jan Kiszka
2022-01-03 18:22       ` Jan Kiszka
2021-10-13 11:59 ` [PATCH 0/9] Enable support for kernel 5.15 Jan Kiszka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=9207083a6ec5c69cbfc71c1e42960d9fbc52b5ad.1634126152.git.jan.kiszka@siemens.com \
    --to=jan.kiszka@siemens.com \
    --cc=xenomai@xenomai.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.