Module Name:    src
Committed By:   rin
Date:           Fri Sep 20 07:29:39 UTC 2024

Modified Files:
        src/sys/arch/riscv/starfive: jh7110_clkc.c

Log Message:
riscv/jh7110_clkc: Missing <sys/kmem.h> include


To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/arch/riscv/starfive/jh7110_clkc.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/riscv/starfive/jh7110_clkc.c
diff -u src/sys/arch/riscv/starfive/jh7110_clkc.c:1.5 src/sys/arch/riscv/starfive/jh7110_clkc.c:1.6
--- src/sys/arch/riscv/starfive/jh7110_clkc.c:1.5	Wed Sep 18 10:37:03 2024
+++ src/sys/arch/riscv/starfive/jh7110_clkc.c	Fri Sep 20 07:29:39 2024
@@ -1,4 +1,4 @@
-/* $NetBSD: jh7110_clkc.c,v 1.5 2024/09/18 10:37:03 skrll Exp $ */
+/* $NetBSD: jh7110_clkc.c,v 1.6 2024/09/20 07:29:39 rin Exp $ */
 
 /*-
  * Copyright (c) 2023 The NetBSD Foundation, Inc.
@@ -30,12 +30,13 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: jh7110_clkc.c,v 1.5 2024/09/18 10:37:03 skrll Exp $");
+__KERNEL_RCSID(0, "$NetBSD: jh7110_clkc.c,v 1.6 2024/09/20 07:29:39 rin Exp $");
 
 #include <sys/param.h>
 
 #include <sys/bus.h>
 #include <sys/device.h>
+#include <sys/kmem.h>
 
 #include <dev/clk/clk_backend.h>
 

Reply via email to