mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Revert r314212 as it break Allwinner boards.
Reported by: manu
This commit is contained in:
parent
01ad653a81
commit
2770885882
1 changed files with 1 additions and 1 deletions
|
|
@ -104,7 +104,7 @@ static struct ofw_compat_data compat_data[] = {
|
|||
{ "snps,dw-apb-uart", (uintptr_t)&uart_snps_class },
|
||||
{ NULL, (uintptr_t)NULL }
|
||||
};
|
||||
UART_FDT_CLASS_AND_DEVICE(compat_data);
|
||||
UART_FDT_CLASS(compat_data);
|
||||
|
||||
#ifdef EXT_RESOURCES
|
||||
static int
|
||||
|
|
|
|||
Loading…
Reference in a new issue