diff options
author | imp <imp@FreeBSD.org> | 2001-05-19 06:13:12 +0000 |
---|---|---|
committer | imp <imp@FreeBSD.org> | 2001-05-19 06:13:12 +0000 |
commit | 9566430dfac0c03278e276bf249f5d674447e478 (patch) | |
tree | f19343e14dfa1a46aaf8b7e8e5f62bb9668c52f6 /sys/pccard | |
parent | 45bfbf2bf8c042066ccdc36b33e5c76a91ffede6 (diff) | |
download | FreeBSD-src-9566430dfac0c03278e276bf249f5d674447e478.zip FreeBSD-src-9566430dfac0c03278e276bf249f5d674447e478.tar.gz |
slots and next haven't been used in a while. GC them.
Diffstat (limited to 'sys/pccard')
-rw-r--r-- | sys/pccard/slot.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h index c8034e5..886110e 100644 --- a/sys/pccard/slot.h +++ b/sys/pccard/slot.h @@ -72,12 +72,6 @@ struct slot_ctrl { /* suspend/resume support */ int maxmem; /* Number of allowed memory windows */ int maxio; /* Number of allowed I/O windows */ - - /* - * The rest is maintained by the mainline PC-CARD code. - */ - struct slot_ctrl *next; /* Allows linked list of controllers */ - int slots; /* Slots available */ }; /* |