diff options
| author | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 19:06:45 +0000 |
|---|---|---|
| committer | Bill Paul <wpaul@FreeBSD.org> | 1999-09-20 19:06:45 +0000 |
| commit | 0355003f2605742dbf0322dbf88b8f2a22d36e3a (patch) | |
| tree | 501aa7f16457ab62c5193c90c212a4bd2383c466 /sys/dev/ti | |
| parent | d8a4660643d8a33583be4e5affb1a00ebb42e534 (diff) | |
Notes
Diffstat (limited to 'sys/dev/ti')
| -rw-r--r-- | sys/dev/ti/if_ti.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/ti/if_ti.c b/sys/dev/ti/if_ti.c index 947f6c1c26ee..7fefb8e3f0f4 100644 --- a/sys/dev/ti/if_ti.c +++ b/sys/dev/ti/if_ti.c @@ -224,7 +224,7 @@ static driver_t ti_driver = { static devclass_t ti_devclass; -DRIVER_MODULE(if_ti, pci, ti_driver, ti_devclass, 0, 0); +DRIVER_MODULE(ti, pci, ti_driver, ti_devclass, 0, 0); /* * Send an instruction or address to the EEPROM, check for ACK. |
