From 011e5d53f3663b8037fb1b1719d32d0eb93e2d37 Mon Sep 17 00:00:00 2001 From: adrian Date: Wed, 4 May 2016 06:24:51 +0000 Subject: [PATCH] s/struct device */device_t/g Submitted by: kmacy --- sys/dev/esp/esp_pci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys/dev/esp/esp_pci.c b/sys/dev/esp/esp_pci.c index bd85d8e6d32d..fc3af2b2442e 100644 --- a/sys/dev/esp/esp_pci.c +++ b/sys/dev/esp/esp_pci.c @@ -97,7 +97,7 @@ __FBSDID("$FreeBSD$"); struct esp_pci_softc { struct ncr53c9x_softc sc_ncr53c9x; /* glue to MI code */ - struct device *sc_dev; + device_t sc_dev; struct resource *sc_res[2]; #define ESP_PCI_RES_INTR 0 -- 2.41.0