mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 23:19:00 +00:00
Fix cut-n-paste braino in previous commit: s/puc/scc/g
Pointy hat: marcel@
This commit is contained in:
parent
c2e1d5d04c
commit
19ef0b1184
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=157340
@ -81,5 +81,5 @@ static driver_t scc_sbus_driver = {
|
||||
sizeof(struct scc_softc),
|
||||
};
|
||||
|
||||
DRIVER_MODULE(puc, fhc, puc_sbus_driver, puc_devclass, 0, 0);
|
||||
DRIVER_MODULE(scc, fhc, scc_sbus_driver, scc_devclass, 0, 0);
|
||||
DRIVER_MODULE(scc, sbus, scc_sbus_driver, scc_devclass, 0, 0);
|
||||
|
Loading…
Reference in New Issue
Block a user