From cde57cac55208ad30685347683c452ca4ea91a13 Mon Sep 17 00:00:00 2001 From: Adrian Chadd Date: Wed, 4 May 2016 06:25:12 +0000 Subject: [PATCH] s/struct device */device_t/g Submitted by: kmacy --- sys/dev/fdc/fdcvar.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/fdc/fdcvar.h b/sys/dev/fdc/fdcvar.h index be4b63814110..edaef7959de2 100644 --- a/sys/dev/fdc/fdcvar.h +++ b/sys/dev/fdc/fdcvar.h @@ -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; };