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