Source-Changes-HG archive

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

[src/trunk]: src/sys/dev/ata no need for <sys/malloc.h> here



details:   https://anonhg.NetBSD.org/src/rev/9a92be136609
branches:  trunk
changeset: 836532:9a92be136609
user:      jdolecek <jdolecek%NetBSD.org@localhost>
date:      Mon Oct 22 19:36:28 2018 +0000

description:
no need for <sys/malloc.h> here

diffstat:

 sys/dev/ata/ld_ataraid.c |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (26 lines):

diff -r af3c4b5b4cd5 -r 9a92be136609 sys/dev/ata/ld_ataraid.c
--- a/sys/dev/ata/ld_ataraid.c  Mon Oct 22 13:19:42 2018 +0000
+++ b/sys/dev/ata/ld_ataraid.c  Mon Oct 22 19:36:28 2018 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: ld_ataraid.c,v 1.46 2018/09/03 16:29:30 riastradh Exp $ */
+/*     $NetBSD: ld_ataraid.c,v 1.47 2018/10/22 19:36:28 jdolecek Exp $ */
 
 /*
  * Copyright (c) 2003 Wasabi Systems, Inc.
@@ -47,7 +47,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.46 2018/09/03 16:29:30 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ld_ataraid.c,v 1.47 2018/10/22 19:36:28 jdolecek Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "bio.h"
@@ -64,7 +64,6 @@
 #include <sys/disk.h>
 #include <sys/disklabel.h>
 #include <sys/fcntl.h>
-#include <sys/malloc.h>
 #include <sys/vnode.h>
 #include <sys/kauth.h>
 #include <sys/module.h>



Home | Main Index | Thread Index | Old Index