Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/arm/nxp Pretty print
details: https://anonhg.NetBSD.org/src/rev/583e6f2f5193
branches: trunk
changeset: 950739:583e6f2f5193
user: skrll <skrll%NetBSD.org@localhost>
date: Sat Jan 30 09:36:46 2021 +0000
description:
Pretty print
diffstat:
sys/arch/arm/nxp/imx6_clk.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (32 lines):
diff -r dc71945f7ef5 -r 583e6f2f5193 sys/arch/arm/nxp/imx6_clk.c
--- a/sys/arch/arm/nxp/imx6_clk.c Sat Jan 30 07:53:01 2021 +0000
+++ b/sys/arch/arm/nxp/imx6_clk.c Sat Jan 30 09:36:46 2021 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: imx6_clk.c,v 1.2 2021/01/27 03:10:20 thorpej Exp $ */
+/* $NetBSD: imx6_clk.c,v 1.3 2021/01/30 09:36:46 skrll Exp $ */
/*-
* Copyright (c) 2019 Genetec Corporation. All rights reserved.
@@ -27,7 +27,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: imx6_clk.c,v 1.2 2021/01/27 03:10:20 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: imx6_clk.c,v 1.3 2021/01/30 09:36:46 skrll Exp $");
#include "opt_fdt.h"
@@ -133,11 +133,11 @@
return;
}
- imx6ccm_attach_common(self);
-
aprint_naive("\n");
aprint_normal(": Clock Control Module\n");
+ imx6ccm_attach_common(self);
+
imx6_clk_fixed_from_fdt("ckil");
imx6_clk_fixed_from_fdt("ckih");
imx6_clk_fixed_from_fdt("osc");
Home |
Main Index |
Thread Index |
Old Index