diff options
| author | Marius Strobl <marius@FreeBSD.org> | 2004-11-17 20:01:43 +0000 |
|---|---|---|
| committer | Marius Strobl <marius@FreeBSD.org> | 2004-11-17 20:01:43 +0000 |
| commit | 37f37506de8f6eb65759e8604c38465185eadae4 (patch) | |
| tree | 4c4d405a679665bb658217d029d59f5144b2912a /sys/dev/uart/uart_bus_isa.c | |
| parent | 1f48dc25d78b8f1c075aa58d1703ec01e9eaece7 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_bus_isa.c')
| -rw-r--r-- | sys/dev/uart/uart_bus_isa.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/uart/uart_bus_isa.c b/sys/dev/uart/uart_bus_isa.c index 82dd59a45496..e70c3e029ce2 100644 --- a/sys/dev/uart/uart_bus_isa.c +++ b/sys/dev/uart/uart_bus_isa.c @@ -39,13 +39,11 @@ __FBSDID("$FreeBSD$"); #include <dev/uart/uart.h> #include <dev/uart/uart_bus.h> -#include <dev/uart/uart_cpu.h> static int uart_isa_probe(device_t dev); static device_method_t uart_isa_methods[] = { /* Device interface */ - DEVMETHOD(device_identify, uart_cpu_identify), DEVMETHOD(device_probe, uart_isa_probe), DEVMETHOD(device_attach, uart_bus_attach), DEVMETHOD(device_detach, uart_bus_detach), |
