diff options
author | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-07-07 07:55:20 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@cvs.openbsd.org> | 2005-07-07 07:55:20 +0000 |
commit | 9914fce5feab5eb9dfff65374244c7e313f5874b (patch) | |
tree | c1111e5fb852cc4344571d5ddef84742ffcced8c /sys/dev/pci | |
parent | f28281d9f35ea368d2104fc501e69127cd8fd363 (diff) |
remove unused structure definitions. ok damien@
Diffstat (limited to 'sys/dev/pci')
-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; |