mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Apply some fixups in the driver_t's.
Submitted by: akiyama MFC after: 3 days
This commit is contained in:
parent
97764f126a
commit
11f314d4cb
3 changed files with 3 additions and 3 deletions
|
|
@ -614,7 +614,7 @@ Static device_method_t uftdi_methods[] = {
|
|||
};
|
||||
|
||||
Static driver_t uftdi_driver = {
|
||||
"uftdi",
|
||||
"ucom",
|
||||
uftdi_methods,
|
||||
sizeof (struct uftdi_softc)
|
||||
};
|
||||
|
|
|
|||
|
|
@ -220,7 +220,7 @@ Static device_method_t uplcom_methods[] = {
|
|||
};
|
||||
|
||||
Static driver_t uplcom_driver = {
|
||||
"uplcom",
|
||||
"ucom",
|
||||
uplcom_methods,
|
||||
sizeof (struct uplcom_softc)
|
||||
};
|
||||
|
|
|
|||
|
|
@ -228,7 +228,7 @@ Static device_method_t uvscom_methods[] = {
|
|||
};
|
||||
|
||||
Static driver_t uvscom_driver = {
|
||||
"uvscom",
|
||||
"ucom",
|
||||
uvscom_methods,
|
||||
sizeof (struct uvscom_softc)
|
||||
};
|
||||
|
|
|
|||
Loading…
Reference in a new issue