diff options
| author | jmcneill <jmcneill@NetBSD.org> | 2020-09-28 11:54:22 +0000 |
|---|---|---|
| committer | jmcneill <jmcneill@NetBSD.org> | 2020-09-28 11:54:22 +0000 |
| commit | 589c3d80f61be8a064a030beaa4a2f4dc0a96fd4 (patch) | |
| tree | ad940f9c6558f13c381a093573d5b0c903191cc9 /sys/dev/fdt | |
| parent | 0d6cbd7520ff16706f098b98e8feb957ce2d84e9 (diff) | |
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.
Diffstat (limited to 'sys/dev/fdt')
| -rw-r--r-- | sys/dev/fdt/fdtvar.h | 3 |
1 files changed, 1 insertions, 2 deletions
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 <jmcneill@invisible.ca> @@ -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; |
