Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: head/sys/arm/xilinx/uart_dev_cdnc.c 274668 2014-11-18 17:06:56Z imp $");
---
> __FBSDID("$FreeBSD: head/sys/arm/xilinx/uart_dev_cdnc.c 279724 2015-03-07 15:24:15Z ian $");
50a51
> #include <dev/uart/uart_cpu_fdt.h>
701c702
< struct uart_class uart_cdnc_class = {
---
> static struct uart_class uart_cdnc_class = {
707a709,714
>
> static struct ofw_compat_data compat_data[] = {
> {"cadence,uart", (uintptr_t)&uart_cdnc_class},
> {NULL, (uintptr_t)NULL},
> };
> UART_FDT_CLASS_AND_DEVICE(compat_data);