From 589c3d80f61be8a064a030beaa4a2f4dc0a96fd4 Mon Sep 17 00:00:00 2001 From: jmcneill Date: Mon, 28 Sep 2020 11:54:22 +0000 Subject: Get rid of a4x bus_space tag from fdtbus_attach_args. The only consumer of this was various com(4) glue so modify all of that to use the new com_init_regs_stride instead. --- sys/dev/fdt/fdtvar.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/dev') diff --git a/sys/dev/fdt/fdtvar.h b/sys/dev/fdt/fdtvar.h index 62a209657e7..81e5039aab7 100644 --- a/sys/dev/fdt/fdtvar.h +++ b/sys/dev/fdt/fdtvar.h @@ -1,4 +1,4 @@ -/* $NetBSD: fdtvar.h,v 1.60 2020/02/20 01:35:55 jmcneill Exp $ */ +/* $NetBSD: fdtvar.h,v 1.61 2020/09/28 11:54:24 jmcneill Exp $ */ /*- * Copyright (c) 2015 Jared D. McNeill @@ -54,7 +54,6 @@ typedef void *audio_dai_tag_t; struct fdt_attach_args { const char *faa_name; bus_space_tag_t faa_bst; - bus_space_tag_t faa_a4x_bst; bus_dma_tag_t faa_dmat; int faa_phandle; int faa_quiet; -- cgit