Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/kern Remove unnecessary inclusion of <sys/timevar.h>



details:   https://anonhg.NetBSD.org/src/rev/3e9059475f4c
branches:  trunk
changeset: 946647:3e9059475f4c
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Dec 05 17:42:29 2020 +0000

description:
Remove unnecessary inclusion of <sys/timevar.h>

diffstat:

 sys/kern/subr_tftproot.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r 0ddff226e7f5 -r 3e9059475f4c sys/kern/subr_tftproot.c
--- a/sys/kern/subr_tftproot.c  Sat Dec 05 17:33:53 2020 +0000
+++ b/sys/kern/subr_tftproot.c  Sat Dec 05 17:42:29 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: subr_tftproot.c,v 1.24 2020/03/07 23:20:19 tnn Exp $ */
+/*     $NetBSD: subr_tftproot.c,v 1.25 2020/12/05 17:42:29 thorpej Exp $ */
 
 /*-
  * Copyright (c) 2007 Emmanuel Dreyfus, all rights reserved.
@@ -39,7 +39,7 @@
 #include "opt_md.h"
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: subr_tftproot.c,v 1.24 2020/03/07 23:20:19 tnn Exp $");
+__KERNEL_RCSID(0, "$NetBSD: subr_tftproot.c,v 1.25 2020/12/05 17:42:29 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/types.h>
@@ -48,7 +48,6 @@
 #include <sys/lwp.h>
 #include <sys/kmem.h>
 #include <sys/mbuf.h>
-#include <sys/timevar.h>
 #include <sys/socketvar.h>
 
 #include <net/if.h>



Home | Main Index | Thread Index | Old Index