diff options
Diffstat (limited to 'sys/dev')
| -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; |
