diff options
| author | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-06-29 23:48:08 +0000 |
|---|---|---|
| committer | Aleksandr Rybalko <ray@FreeBSD.org> | 2013-06-29 23:48:08 +0000 |
| commit | 5d490515c3b2fbb8b05bad3fb2d1c280c5b9c81a (patch) | |
| tree | 856dd2503714c260a19647922d4a50eb04ab3e6c /sys/dev/uart/uart_subr.c | |
| parent | cbda62170f647e2bd6d97c68410d901df8968e14 (diff) | |
Notes
Diffstat (limited to 'sys/dev/uart/uart_subr.c')
| -rw-r--r-- | sys/dev/uart/uart_subr.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/uart/uart_subr.c b/sys/dev/uart/uart_subr.c index acbf3b408dee..0277b2137179 100644 --- a/sys/dev/uart/uart_subr.c +++ b/sys/dev/uart/uart_subr.c @@ -54,6 +54,7 @@ static struct uart_class *uart_classes[] = { &uart_z8530_class, #if defined(__arm__) &uart_lpc_class, + &uart_s3c2410_class, #endif }; static size_t uart_nclasses = sizeof(uart_classes) / sizeof(uart_classes[0]); |
