Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/fdt Fix build
details: https://anonhg.NetBSD.org/src/rev/0db5de093310
branches: trunk
changeset: 461365:0db5de093310
user: skrll <skrll%NetBSD.org@localhost>
date: Sun Nov 24 09:34:38 2019 +0000
description:
Fix build
diffstat:
sys/dev/fdt/fdt_port.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r b8c600ab31e0 -r 0db5de093310 sys/dev/fdt/fdt_port.c
--- a/sys/dev/fdt/fdt_port.c Sun Nov 24 04:08:36 2019 +0000
+++ b/sys/dev/fdt/fdt_port.c Sun Nov 24 09:34:38 2019 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: fdt_port.c,v 1.3 2019/11/23 18:53:05 jmcneill Exp $ */
+/* $NetBSD: fdt_port.c,v 1.4 2019/11/24 09:34:38 skrll Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -38,7 +38,7 @@
#include <sys/cdefs.h>
-__KERNEL_RCSID(1, "$NetBSD: fdt_port.c,v 1.3 2019/11/23 18:53:05 jmcneill Exp $");
+__KERNEL_RCSID(1, "$NetBSD: fdt_port.c,v 1.4 2019/11/24 09:34:38 skrll Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -257,7 +257,7 @@
int port_phandle, child;
int i;
char buf[20];
- uint64_t id;
+ bus_addr_t id;
ports->dp_dev = self;
SLIST_INSERT_HEAD(&fdt_port_devices, ports, dp_list);
Home |
Main Index |
Thread Index |
Old Index