summaryrefslogtreecommitdiff
path: root/sys/dev/pci/if_fxp_pci.c
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2024-05-24 06:02:59 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2024-05-24 06:02:59 +0000
commit48030f5214806f67ab1ca8e458d6db2d710fb8f7 (patch)
tree39bb9a71a8b65a67eebc467257da0ff49d4d02bc /sys/dev/pci/if_fxp_pci.c
parent5722c9ff9739e866a4937ee9a2dd5a8600ee53cf (diff)
remove unneeded includes; ok miod@
Diffstat (limited to 'sys/dev/pci/if_fxp_pci.c')
-rw-r--r--sys/dev/pci/if_fxp_pci.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/sys/dev/pci/if_fxp_pci.c b/sys/dev/pci/if_fxp_pci.c
index 6754ba4fc46..4c1687db539 100644
--- a/sys/dev/pci/if_fxp_pci.c
+++ b/sys/dev/pci/if_fxp_pci.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_fxp_pci.c,v 1.67 2022/03/11 18:00:45 mpi Exp $ */
+/* $OpenBSD: if_fxp_pci.c,v 1.68 2024/05/24 06:02:53 jsg Exp $ */
/*
* Copyright (c) 1995, David Greenman
@@ -36,29 +36,19 @@
* Intel EtherExpress Pro/100B PCI Fast Ethernet driver
*/
-#include "bpfilter.h"
-
#include <sys/param.h>
#include <sys/systm.h>
-#include <sys/mbuf.h>
-#include <sys/malloc.h>
-#include <sys/kernel.h>
-#include <sys/socket.h>
#include <sys/timeout.h>
-#include <sys/syslog.h>
#include <net/if.h>
#include <net/if_media.h>
#include <netinet/in.h>
-#include <sys/ioctl.h>
-#include <sys/errno.h>
#include <sys/device.h>
#include <netinet/if_ether.h>
-#include <machine/cpu.h>
#include <machine/bus.h>
#include <machine/intr.h>