svn commit: r299050 - head/sys/dev/esp
Adrian Chadd
adrian at FreeBSD.org
Wed May 4 06:24:53 UTC 2016
Author: adrian
Date: Wed May 4 06:24:51 2016
New Revision: 299050
URL: https://svnweb.freebsd.org/changeset/base/299050
Log:
s/struct device */device_t/g
Submitted by: kmacy
Modified:
head/sys/dev/esp/esp_pci.c
Modified: head/sys/dev/esp/esp_pci.c
==============================================================================
--- head/sys/dev/esp/esp_pci.c Wed May 4 06:24:10 2016 (r299049)
+++ head/sys/dev/esp/esp_pci.c Wed May 4 06:24:51 2016 (r299050)
@@ -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
More information about the svn-src-all
mailing list