summaryrefslogtreecommitdiffstats
path: root/sys/pccard/slot.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/pccard/slot.h')
-rw-r--r--sys/pccard/slot.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index c58147c..f9181d8 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -96,11 +96,7 @@ struct pccard_drv {
*/
struct pccard_dev {
struct pccard_dev *next; /* List of drivers */
-#ifdef PC98
- struct pc98_device isahd; /* Device details */
-#else
struct isa_device isahd; /* Device details */
-#endif
struct pccard_drv *drv;
void *arg; /* Device argument */
struct slot *sp; /* Back pointer to slot */
OpenPOWER on IntegriCloud