From 6a3029d85ff7f1820b0871711242505860923c2e Mon Sep 17 00:00:00 2001 From: kettenis Date: Tue, 14 Feb 2023 08:26:59 +0000 Subject: [PATCH] Fix scmi(4) entry. --- sys/dev/fdt/files.fdt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index ec9baadffb1..f1dfa0eda7a 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.178 2023/02/13 19:26:15 kettenis Exp $ +# $OpenBSD: files.fdt,v 1.179 2023/02/14 08:26:59 kettenis Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -198,7 +198,7 @@ file dev/fdt/psci.c psci needs-flag # ARM System Control and Management Interface device scmi attach scmi at fdt -file dev/fdt/scmi.c +file dev/fdt/scmi.c scmi attach virtio at fdt with virtio_mmio file dev/fdt/virtio_mmio.c virtio_mmio -- 2.20.1