summaryrefslogtreecommitdiffstats
path: root/sys/dev/wb/if_wb.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/wb/if_wb.c')
-rw-r--r--sys/dev/wb/if_wb.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/dev/wb/if_wb.c b/sys/dev/wb/if_wb.c
index d901595..9c2f468 100644
--- a/sys/dev/wb/if_wb.c
+++ b/sys/dev/wb/if_wb.c
@@ -804,9 +804,6 @@ wb_attach(dev)
goto fail;
}
- sc->wb_btag = rman_get_bustag(sc->wb_res);
- sc->wb_bhandle = rman_get_bushandle(sc->wb_res);
-
/* Allocate interrupt */
rid = 0;
sc->wb_irq = bus_alloc_resource_any(dev, SYS_RES_IRQ, &rid,
OpenPOWER on IntegriCloud