slots and next haven't been used in a while. GC them.

This commit is contained in:
imp 2001-05-19 06:13:12 +00:00
parent 45bfbf2bf8
commit 9566430dfa

View File

@ -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 */
};
/*