aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/uart/uart.h
diff options
context:
space:
mode:
authorIan Lepore <ian@FreeBSD.org>2015-03-07 15:18:57 +0000
committerIan Lepore <ian@FreeBSD.org>2015-03-07 15:18:57 +0000
commitbd69e3ad2fce2896264f6ce70c87e21e19d12c8c (patch)
tree43f5c6ee350e548782f4544fba4d85581a3ced67 /sys/dev/uart/uart.h
parentaad75bd7dbb2bbb52a4aead42133e521997502fc (diff)
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
-rw-r--r--sys/dev/uart/uart.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h
index b62dec6da4f4..2a5f02612d04 100644
--- a/sys/dev/uart/uart.h
+++ b/sys/dev/uart/uart.h
@@ -80,10 +80,6 @@ extern struct uart_class uart_vybrid_class __attribute__((weak));
extern struct uart_class at91_usart_class __attribute__((weak));
extern struct uart_class uart_exynos4210_class __attribute__((weak));
-#ifdef FDT
-struct ofw_compat_data;
-extern const struct ofw_compat_data *uart_fdt_compat_data;
-#endif
#ifdef PC98
struct uart_class *uart_pc98_getdev(u_long port);