diff options
Diffstat (limited to 'sys/dev/pci/if_age.c')
-rw-r--r-- | sys/dev/pci/if_age.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_age.c b/sys/dev/pci/if_age.c index 15e93515a39..51ef8752e24 100644 --- a/sys/dev/pci/if_age.c +++ b/sys/dev/pci/if_age.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_age.c,v 1.39 2023/11/10 15:51:20 bluhm Exp $ */ +/* $OpenBSD: if_age.c,v 1.40 2024/05/24 06:02:53 jsg Exp $ */ /*- * Copyright (c) 2008, Pyun YongHyeon <yongari@FreeBSD.org> @@ -38,10 +38,8 @@ #include <sys/sockio.h> #include <sys/mbuf.h> #include <sys/queue.h> -#include <sys/kernel.h> #include <sys/device.h> #include <sys/timeout.h> -#include <sys/socket.h> #include <machine/bus.h> |