Module Name: src
Committed By: skrll
Date: Thu Sep 29 06:47:06 UTC 2022
Modified Files:
src/sys/arch/cats/cats: autoconf.c
Log Message:
Remove unnecessary include of <sys/malloc.h>.
To generate a diff of this commit:
cvs rdiff -u -r1.20 -r1.21 src/sys/arch/cats/cats/autoconf.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/arch/cats/cats/autoconf.c
diff -u src/sys/arch/cats/cats/autoconf.c:1.20 src/sys/arch/cats/cats/autoconf.c:1.21
--- src/sys/arch/cats/cats/autoconf.c:1.20 Thu Sep 29 06:46:17 2022
+++ src/sys/arch/cats/cats/autoconf.c Thu Sep 29 06:47:06 2022
@@ -1,4 +1,4 @@
-/* $NetBSD: autoconf.c,v 1.20 2022/09/29 06:46:17 skrll Exp $ */
+/* $NetBSD: autoconf.c,v 1.21 2022/09/29 06:47:06 skrll Exp $ */
/*
* Copyright (c) 1994-1998 Mark Brinicombe.
@@ -41,7 +41,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.20 2022/09/29 06:46:17 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: autoconf.c,v 1.21 2022/09/29 06:47:06 skrll Exp $");
#include "opt_md.h"
@@ -52,7 +52,6 @@ __KERNEL_RCSID(0, "$NetBSD: autoconf.c,v
#include <sys/device.h>
#include <sys/conf.h>
#include <sys/kernel.h>
-#include <sys/malloc.h>
#include <machine/bootconfig.h>
#include <machine/intr.h>
#include <dev/pci/pcivar.h>