mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 18:59:37 +00:00
s/struct device */device_t/g
Submitted by: kmacy
This commit is contained in:
parent
d19677ddd7
commit
ade965c38b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=299050
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user