s/struct device */device_t/g

Submitted by:	kmacy
This commit is contained in:
Adrian Chadd 2016-05-04 06:25:12 +00:00
parent ade965c38b
commit cde57cac55
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299051

View File

@ -66,7 +66,7 @@ struct fdc_data {
bus_space_handle_t ioh[FDC_MAXREG];
int ioff[FDC_MAXREG];
void *fdc_intr;
struct device *fdc_dev;
device_t fdc_dev;
struct mtx fdc_mtx;
struct proc *fdc_thread;
};