diff options
Diffstat (limited to 'sys/dev/pci/if_iwivar.h')
-rw-r--r-- | sys/dev/pci/if_iwivar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/dev/pci/if_iwivar.h b/sys/dev/pci/if_iwivar.h index c30e98d7fd3..1a674530aa8 100644 --- a/sys/dev/pci/if_iwivar.h +++ b/sys/dev/pci/if_iwivar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_iwivar.h,v 1.10 2005/04/04 16:37:07 damien Exp $ */ +/* $OpenBSD: if_iwivar.h,v 1.11 2005/07/07 07:55:19 kevlo Exp $ */ /*- * Copyright (c) 2004, 2005 @@ -93,8 +93,6 @@ struct iwi_softc { int rx_cur; - struct resource *irq; - struct resource *mem; bus_space_tag_t sc_st; bus_space_handle_t sc_sh; void *sc_ih; |