summaryrefslogtreecommitdiff
path: root/sys/dev/ppbus
diff options
context:
space:
mode:
authorthorpej <thorpej@NetBSD.org>2022-09-02 23:48:10 +0000
committerthorpej <thorpej@NetBSD.org>2022-09-02 23:48:10 +0000
commite20e2cb2ebb47ec22460e2d10d7a572db25ca109 (patch)
tree6ab13509d77c94584f528d2c0e8866b6dc3a5a77 /sys/dev/ppbus
parent4450cb8483ecc1eb3ad584a6df55a15dc516d4da (diff)
Remove unnecessary inclusion of <net/netisr.h>.
Diffstat (limited to 'sys/dev/ppbus')
-rw-r--r--sys/dev/ppbus/if_plip.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/ppbus/if_plip.c b/sys/dev/ppbus/if_plip.c
index 64a0b5e2734..cfb525cc7e5 100644
--- a/sys/dev/ppbus/if_plip.c
+++ b/sys/dev/ppbus/if_plip.c
@@ -1,4 +1,4 @@
-/* $NetBSD: if_plip.c,v 1.36 2020/02/04 20:46:51 jdolecek Exp $ */
+/* $NetBSD: if_plip.c,v 1.37 2022/09/02 23:48:10 thorpej Exp $ */
/*-
* Copyright (c) 1997 Poul-Henning Kamp
@@ -31,7 +31,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_plip.c,v 1.36 2020/02/04 20:46:51 jdolecek Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_plip.c,v 1.37 2022/09/02 23:48:10 thorpej Exp $");
/*
* Parallel port TCP/IP interfaces added. I looked at the driver from
@@ -98,7 +98,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_plip.c,v 1.36 2020/02/04 20:46:51 jdolecek Exp $"
#include <net/if.h>
#include <net/if_types.h>
-#include <net/netisr.h>
#include <sys/time.h>
#include <net/bpf.h>