Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/sunxi sunxi_can.c: fix build with MBUFTRACE



details:   https://anonhg.NetBSD.org/src/rev/45d3bdea3d50
branches:  trunk
changeset: 372373:45d3bdea3d50
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Nov 19 09:05:42 2022 +0000

description:
sunxi_can.c: fix build with MBUFTRACE

diffstat:

 sys/arch/arm/sunxi/sunxi_can.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (25 lines):

diff -r 4c2860e5cbe9 -r 45d3bdea3d50 sys/arch/arm/sunxi/sunxi_can.c
--- a/sys/arch/arm/sunxi/sunxi_can.c    Sat Nov 19 08:56:20 2022 +0000
+++ b/sys/arch/arm/sunxi/sunxi_can.c    Sat Nov 19 09:05:42 2022 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: sunxi_can.c,v 1.12 2022/09/27 06:14:13 skrll Exp $     */
+/*     $NetBSD: sunxi_can.c,v 1.13 2022/11/19 09:05:42 yamt Exp $      */
 
 /*-
  * Copyright (c) 2017,2018 The NetBSD Foundation, Inc.
@@ -36,13 +36,14 @@
 
 #include <sys/cdefs.h>
 
-__KERNEL_RCSID(1, "$NetBSD: sunxi_can.c,v 1.12 2022/09/27 06:14:13 skrll Exp $");
+__KERNEL_RCSID(1, "$NetBSD: sunxi_can.c,v 1.13 2022/11/19 09:05:42 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/bus.h>
 #include <sys/device.h>
 #include <sys/intr.h>
 #include <sys/ioctl.h>
+#include <sys/kmem.h>
 #include <sys/mutex.h>
 #include <sys/rndsource.h>
 #include <sys/mbuf.h>



Home | Main Index | Thread Index | Old Index