summaryrefslogtreecommitdiffstats
path: root/sys/dev/uart/uart_cpu.h
diff options
context:
space:
mode:
authormarius <marius@FreeBSD.org>2004-11-17 20:01:43 +0000
committermarius <marius@FreeBSD.org>2004-11-17 20:01:43 +0000
commit95d6e9930c86f1c8222050af8b6f657bdbf6660e (patch)
tree4c4d405a679665bb658217d029d59f5144b2912a /sys/dev/uart/uart_cpu.h
parentf5e433d72b353827585dc716ec1c9bf236d0e3ec (diff)
downloadFreeBSD-src-95d6e9930c86f1c8222050af8b6f657bdbf6660e.zip
FreeBSD-src-95d6e9930c86f1c8222050af8b6f657bdbf6660e.tar.gz
Remove the whole uart_cpu_identify() stuff again. Now that it's no longer
used on sparc64 they are only stubs on all architectures and it doesn't look like if we would need it in the near future again. Ok'ed by: marcel
Diffstat (limited to 'sys/dev/uart/uart_cpu.h')
-rw-r--r--sys/dev/uart/uart_cpu.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/dev/uart/uart_cpu.h b/sys/dev/uart/uart_cpu.h
index 7862633..462eb59 100644
--- a/sys/dev/uart/uart_cpu.h
+++ b/sys/dev/uart/uart_cpu.h
@@ -75,7 +75,6 @@ int uart_cpu_getdev(int, struct uart_devinfo *);
int uart_getenv(int, struct uart_devinfo *);
void uart_add_sysdev(struct uart_devinfo *);
-void uart_cpu_identify(driver_t *, device_t);
/*
* Operations for low-level access to the UART. Primarily for use
OpenPOWER on IntegriCloud