Source-Changes-HG archive

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

[src/trunk]: src/sys/arch Remove unused mbuf.h includes.



details:   https://anonhg.NetBSD.org/src/rev/26cd72a0e565
branches:  trunk
changeset: 446552:26cd72a0e565
user:      maxv <maxv%NetBSD.org@localhost>
date:      Mon Dec 10 15:08:23 2018 +0000

description:
Remove unused mbuf.h includes.

diffstat:

 sys/arch/amd64/amd64/machdep.c |  5 ++---
 sys/arch/i386/i386/machdep.c   |  5 ++---
 sys/arch/x86/isa/isa_machdep.c |  5 ++---
 3 files changed, 6 insertions(+), 9 deletions(-)

diffs (78 lines):

diff -r acd9ca5da5d6 -r 26cd72a0e565 sys/arch/amd64/amd64/machdep.c
--- a/sys/arch/amd64/amd64/machdep.c    Mon Dec 10 14:46:24 2018 +0000
+++ b/sys/arch/amd64/amd64/machdep.c    Mon Dec 10 15:08:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.322 2018/11/15 04:59:02 riastradh Exp $  */
+/*     $NetBSD: machdep.c,v 1.323 2018/12/10 15:08:23 maxv Exp $       */
 
 /*
  * Copyright (c) 1996, 1997, 1998, 2000, 2006, 2007, 2008, 2011
@@ -110,7 +110,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.322 2018/11/15 04:59:02 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.323 2018/12/10 15:08:23 maxv Exp $");
 
 #include "opt_modular.h"
 #include "opt_user_ldt.h"
@@ -139,7 +139,6 @@
 #include <sys/exec_aout.h>     /* for MID_* */
 #include <sys/reboot.h>
 #include <sys/conf.h>
-#include <sys/mbuf.h>
 #include <sys/msgbuf.h>
 #include <sys/mount.h>
 #include <sys/core.h>
diff -r acd9ca5da5d6 -r 26cd72a0e565 sys/arch/i386/i386/machdep.c
--- a/sys/arch/i386/i386/machdep.c      Mon Dec 10 14:46:24 2018 +0000
+++ b/sys/arch/i386/i386/machdep.c      Mon Dec 10 15:08:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: machdep.c,v 1.813 2018/11/27 14:09:53 maxv Exp $       */
+/*     $NetBSD: machdep.c,v 1.814 2018/12/10 15:08:23 maxv Exp $       */
 
 /*
  * Copyright (c) 1996, 1997, 1998, 2000, 2004, 2006, 2008, 2009, 2017
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.813 2018/11/27 14:09:53 maxv Exp $");
+__KERNEL_RCSID(0, "$NetBSD: machdep.c,v 1.814 2018/12/10 15:08:23 maxv Exp $");
 
 #include "opt_beep.h"
 #include "opt_compat_freebsd.h"
@@ -97,7 +97,6 @@
 #include <sys/reboot.h>
 #include <sys/conf.h>
 #include <sys/kauth.h>
-#include <sys/mbuf.h>
 #include <sys/msgbuf.h>
 #include <sys/mount.h>
 #include <sys/syscallargs.h>
diff -r acd9ca5da5d6 -r 26cd72a0e565 sys/arch/x86/isa/isa_machdep.c
--- a/sys/arch/x86/isa/isa_machdep.c    Mon Dec 10 14:46:24 2018 +0000
+++ b/sys/arch/x86/isa/isa_machdep.c    Mon Dec 10 15:08:23 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: isa_machdep.c,v 1.41 2018/12/03 19:51:09 cherry Exp $  */
+/*     $NetBSD: isa_machdep.c,v 1.42 2018/12/10 15:08:23 maxv Exp $    */
 
 /*-
  * Copyright (c) 1996, 1997, 1998 The NetBSD Foundation, Inc.
@@ -65,7 +65,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.41 2018/12/03 19:51:09 cherry Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isa_machdep.c,v 1.42 2018/12/10 15:08:23 maxv Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -73,7 +73,6 @@
 #include <sys/syslog.h>
 #include <sys/device.h>
 #include <sys/proc.h>
-#include <sys/mbuf.h>
 #include <sys/bus.h>
 #include <sys/cpu.h>
 



Home | Main Index | Thread Index | Old Index