diff options
| author | Ian Lepore <ian@FreeBSD.org> | 2015-03-07 15:24:15 +0000 |
|---|---|---|
| committer | Ian Lepore <ian@FreeBSD.org> | 2015-03-07 15:24:15 +0000 |
| commit | 3bb693af87f70269e90b72d68f7fdea58aaac2ca (patch) | |
| tree | 88196238c24ac63246b527ccfa8cfddcb66fc935 /sys/dev/uart/uart.h | |
| parent | bd69e3ad2fce2896264f6ce70c87e21e19d12c8c (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart.h')
| -rw-r--r-- | sys/dev/uart/uart.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/sys/dev/uart/uart.h b/sys/dev/uart/uart.h index 2a5f02612d04..c40846b758de 100644 --- a/sys/dev/uart/uart.h +++ b/sys/dev/uart/uart.h @@ -64,22 +64,12 @@ struct uart_bas { */ struct uart_class; -extern struct uart_class uart_imx_class __attribute__((weak)); -extern struct uart_class uart_msm_class __attribute__((weak)); extern struct uart_class uart_ns8250_class __attribute__((weak)); extern struct uart_class uart_quicc_class __attribute__((weak)); extern struct uart_class uart_s3c2410_class __attribute__((weak)); extern struct uart_class uart_sab82532_class __attribute__((weak)); extern struct uart_class uart_sbbc_class __attribute__((weak)); extern struct uart_class uart_z8530_class __attribute__((weak)); -extern struct uart_class uart_lpc_class __attribute__((weak)); -extern struct uart_class uart_pl011_class __attribute__((weak)); -extern struct uart_class uart_cdnc_class __attribute__((weak)); -extern struct uart_class uart_ti8250_class __attribute__((weak)); -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 PC98 struct uart_class *uart_pc98_getdev(u_long port); |
