diff options
| author | thorpej <thorpej@NetBSD.org> | 2022-09-02 23:48:10 +0000 |
|---|---|---|
| committer | thorpej <thorpej@NetBSD.org> | 2022-09-02 23:48:10 +0000 |
| commit | e20e2cb2ebb47ec22460e2d10d7a572db25ca109 (patch) | |
| tree | 6ab13509d77c94584f528d2c0e8866b6dc3a5a77 /sys/dev/qbus | |
| parent | 4450cb8483ecc1eb3ad584a6df55a15dc516d4da (diff) | |
Remove unnecessary inclusion of <net/netisr.h>.
Diffstat (limited to 'sys/dev/qbus')
| -rw-r--r-- | sys/dev/qbus/if_qt.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/dev/qbus/if_qt.c b/sys/dev/qbus/if_qt.c index a993636566b..8bc613b92c8 100644 --- a/sys/dev/qbus/if_qt.c +++ b/sys/dev/qbus/if_qt.c @@ -1,4 +1,4 @@ -/* $NetBSD: if_qt.c,v 1.26 2021/12/20 17:12:41 rhialto Exp $ */ +/* $NetBSD: if_qt.c,v 1.27 2022/09/02 23:48:10 thorpej Exp $ */ /* * Copyright (c) 1992 Steven M. Schultz * All rights reserved. @@ -80,7 +80,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: if_qt.c,v 1.26 2021/12/20 17:12:41 rhialto Exp $"); +__KERNEL_RCSID(0, "$NetBSD: if_qt.c,v 1.27 2022/09/02 23:48:10 thorpej Exp $"); #include "opt_inet.h" @@ -98,7 +98,6 @@ __KERNEL_RCSID(0, "$NetBSD: if_qt.c,v 1.26 2021/12/20 17:12:41 rhialto Exp $"); #include <net/if.h> #include <net/if_ether.h> -#include <net/netisr.h> #include <net/route.h> #include <net/bpf.h> |
