aboutsummaryrefslogtreecommitdiff
path: root/hw/net/e1000e.c
diff options
context:
space:
mode:
authorAkihiko Odaki <akihiko.odaki@daynix.com>2023-02-23 19:50:51 +0900
committerJason Wang <jasowang@redhat.com>2023-03-10 15:35:38 +0800
commitc9653b77d59afdecdc2c0047db8ce88f88a5d1aa (patch)
tree664e21d9cb70bfe887a70d061adb238c960a51bf /hw/net/e1000e.c
parent31180dbdca2859ae9841939f85158908453ea01d (diff)
e1000: Split header files
Some definitions in the header files are invalid for igb so extract them to new header files to keep igb from referring to them. Signed-off-by: Gal Hammer <gal.hammer@sap.com> Signed-off-by: Marcel Apfelbaum <marcel.apfelbaum@gmail.com> Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org> Signed-off-by: Jason Wang <jasowang@redhat.com>
Diffstat (limited to 'hw/net/e1000e.c')
-rw-r--r--hw/net/e1000e.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/hw/net/e1000e.c b/hw/net/e1000e.c
index 78c07a8f8e..c3848797b8 100644
--- a/hw/net/e1000e.c
+++ b/hw/net/e1000e.c
@@ -48,8 +48,7 @@
#include "hw/qdev-properties.h"
#include "migration/vmstate.h"
-#include "e1000_regs.h"
-
+#include "e1000_common.h"
#include "e1000x_common.h"
#include "e1000e_core.h"