Source-Changes-HG archive

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

[src/trunk]: src/sys/dev Remove unnecessary include of <sys/malloc.h>.



details:   https://anonhg.NetBSD.org/src/rev/80015b23803d
branches:  trunk
changeset: 370705:80015b23803d
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Sat Sep 24 23:16:02 2022 +0000

description:
Remove unnecessary include of <sys/malloc.h>.

diffstat:

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

diffs (26 lines):

diff -r a37e8ffdf3a1 -r 80015b23803d sys/dev/spkr_audio.c
--- a/sys/dev/spkr_audio.c      Sat Sep 24 20:36:49 2022 +0000
+++ b/sys/dev/spkr_audio.c      Sat Sep 24 23:16:02 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: spkr_audio.c,v 1.11 2021/04/03 04:10:30 isaki Exp $    */
+/*     $NetBSD: spkr_audio.c,v 1.12 2022/09/24 23:16:02 thorpej Exp $  */
 
 /*-
  * Copyright (c) 2016 Nathanial Sloss <nathanialsloss%yahoo.com.au@localhost>
@@ -27,7 +27,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: spkr_audio.c,v 1.11 2021/04/03 04:10:30 isaki Exp $");
+__KERNEL_RCSID(0, "$NetBSD: spkr_audio.c,v 1.12 2022/09/24 23:16:02 thorpej Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -35,7 +35,6 @@
 #include <sys/kernel.h>
 #include <sys/errno.h>
 #include <sys/device.h>
-#include <sys/malloc.h>
 #include <sys/uio.h>
 #include <sys/proc.h>
 #include <sys/ioctl.h>



Home | Main Index | Thread Index | Old Index