Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/riscv/fdt sort



details:   https://anonhg.NetBSD.org/src/rev/802297a920a1
branches:  trunk
changeset: 376348:802297a920a1
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jun 12 18:59:57 2023 +0000

description:
sort

diffstat:

 sys/arch/riscv/fdt/files.fdt |  5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diffs (17 lines):

diff -r f17e178dfa45 -r 802297a920a1 sys/arch/riscv/fdt/files.fdt
--- a/sys/arch/riscv/fdt/files.fdt      Mon Jun 12 12:58:17 2023 +0000
+++ b/sys/arch/riscv/fdt/files.fdt      Mon Jun 12 18:59:57 2023 +0000
@@ -1,11 +1,10 @@
-# $NetBSD: files.fdt,v 1.2 2023/06/12 12:58:17 skrll Exp $
+# $NetBSD: files.fdt,v 1.3 2023/06/12 18:59:57 skrll Exp $
 
 include        "dev/pckbport/files.pckbport"
 
-file   arch/riscv/fdt/riscv_platform.c
-
 file   arch/riscv/fdt/cpus_fdt.c
 file   arch/riscv/fdt/fdt_dma_machdep.c
+file   arch/riscv/fdt/riscv_platform.c
 
 attach cpu at fdt with cpu_fdt
 file   arch/riscv/fdt/cpu_fdt.c                cpu_fdt



Home | Main Index | Thread Index | Old Index