From 9566430dfac0c03278e276bf249f5d674447e478 Mon Sep 17 00:00:00 2001 From: imp Date: Sat, 19 May 2001 06:13:12 +0000 Subject: slots and next haven't been used in a while. GC them. --- sys/pccard/slot.h | 6 ------ 1 file changed, 6 deletions(-) (limited to 'sys/pccard/slot.h') 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 */ }; /* -- cgit v1.1