summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichsmb/ichsmb_var.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/ichsmb/ichsmb_var.h')
-rw-r--r--sys/dev/ichsmb/ichsmb_var.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/ichsmb/ichsmb_var.h b/sys/dev/ichsmb/ichsmb_var.h
index a7d0dcb..bc35c54 100644
--- a/sys/dev/ichsmb/ichsmb_var.h
+++ b/sys/dev/ichsmb/ichsmb_var.h
@@ -51,8 +51,6 @@ struct ichsmb_softc {
device_t smb; /* smb device */
struct resource *io_res; /* i/o port resource */
int io_rid; /* i/o port bus id */
- bus_space_tag_t io_bst; /* bus space tag */
- bus_space_handle_t io_bsh; /* bus space handle */
struct resource *irq_res; /* interrupt resource */
int irq_rid; /* interrupt bus id */
void *irq_handle; /* handle for interrupt code */
OpenPOWER on IntegriCloud