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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/pccard/slot.h b/sys/pccard/slot.h
index ff248ae..a910983 100644
--- a/sys/pccard/slot.h
+++ b/sys/pccard/slot.h
@@ -125,7 +125,7 @@ struct slot {
void *cdata; /* Controller specific data */
int pwr_off_pending;/* Power status of slot */
device_t dev; /* Config system device. */
- dev_t d; /* fs device */
+ struct cdev *d; /* fs device */
};
#define PCCARD_DEVICE2SOFTC(d) ((struct slot *) device_get_softc(d))
OpenPOWER on IntegriCloud