Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/isapnp Remove unnecessary incldue of <sys/malloc.h>.
details: https://anonhg.NetBSD.org/src/rev/d2ede0d35110
branches: trunk
changeset: 370724:d2ede0d35110
user: thorpej <thorpej%NetBSD.org@localhost>
date: Sun Sep 25 17:17:26 2022 +0000
description:
Remove unnecessary incldue of <sys/malloc.h>.
diffstat:
sys/dev/isapnp/isapnpres.c | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
diffs (23 lines):
diff -r cc842cc968df -r d2ede0d35110 sys/dev/isapnp/isapnpres.c
--- a/sys/dev/isapnp/isapnpres.c Sun Sep 25 17:11:48 2022 +0000
+++ b/sys/dev/isapnp/isapnpres.c Sun Sep 25 17:17:26 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: isapnpres.c,v 1.21 2009/03/14 21:04:20 dsl Exp $ */
+/* $NetBSD: isapnpres.c,v 1.22 2022/09/25 17:17:26 thorpej Exp $ */
/*-
* Copyright (c) 1996 The NetBSD Foundation, Inc.
@@ -34,12 +34,11 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: isapnpres.c,v 1.21 2009/03/14 21:04:20 dsl Exp $");
+__KERNEL_RCSID(0, "$NetBSD: isapnpres.c,v 1.22 2022/09/25 17:17:26 thorpej Exp $");
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/device.h>
-#include <sys/malloc.h>
#include <sys/bus.h>
Home |
Main Index |
Thread Index |
Old Index