diff options
| author | Warner Losh <imp@FreeBSD.org> | 2009-03-09 13:23:54 +0000 |
|---|---|---|
| committer | Warner Losh <imp@FreeBSD.org> | 2009-03-09 13:23:54 +0000 |
| commit | 155a83e87ada23dc65476957d310cdf309a16c7b (patch) | |
| tree | 96553c42037b85e36e1c4f31fa3b03eba1554786 /sys/dev/uart | |
| parent | 2a7e13e5ad4df483ca8cb2a61c25c27ab6fada1a (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart')
| -rw-r--r-- | sys/dev/uart/uart_bus_pci.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_bus_pci.c b/sys/dev/uart/uart_bus_pci.c index 7d6a8f38aa8f..7a01e77a06a6 100644 --- a/sys/dev/uart/uart_bus_pci.c +++ b/sys/dev/uart/uart_bus_pci.c @@ -160,4 +160,3 @@ uart_pci_probe(device_t dev) } DRIVER_MODULE(uart, pci, uart_pci_driver, uart_devclass, 0, 0); -DRIVER_MODULE(uart, cardbus, uart_pci_driver, uart_devclass, 0, 0); |
