Module Name:    src
Committed By:   thorpej
Date:           Wed Sep 21 20:24:43 UTC 2022

Modified Files:
        src/sys/dev/pci: if_ste.c

Log Message:
No need to include <sys/malloc.h>


To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pci/if_ste.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/dev/pci/if_ste.c
diff -u src/sys/dev/pci/if_ste.c:1.63 src/sys/dev/pci/if_ste.c:1.64
--- src/sys/dev/pci/if_ste.c:1.63	Wed Sep 21 20:23:56 2022
+++ src/sys/dev/pci/if_ste.c	Wed Sep 21 20:24:42 2022
@@ -1,4 +1,4 @@
-/*	$NetBSD: if_ste.c,v 1.63 2022/09/21 20:23:56 thorpej Exp $	*/
+/*	$NetBSD: if_ste.c,v 1.64 2022/09/21 20:24:42 thorpej Exp $	*/
 
 /*-
  * Copyright (c) 2001 The NetBSD Foundation, Inc.
@@ -35,14 +35,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_ste.c,v 1.63 2022/09/21 20:23:56 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_ste.c,v 1.64 2022/09/21 20:24:42 thorpej Exp $");
 
 
 #include <sys/param.h>
 #include <sys/systm.h>
 #include <sys/callout.h>
 #include <sys/mbuf.h>
-#include <sys/malloc.h>
 #include <sys/kernel.h>
 #include <sys/socket.h>
 #include <sys/ioctl.h>

Reply via email to