svn commit: r314360 - head/sys/dev/uart

Ruslan Bukin br at FreeBSD.org
Mon Feb 27 19:46:28 UTC 2017


Author: br
Date: Mon Feb 27 19:46:27 2017
New Revision: 314360
URL: https://svnweb.freebsd.org/changeset/base/314360

Log:
  Revert r314212 as it break Allwinner boards.
  
  Reported by:	manu

Modified:
  head/sys/dev/uart/uart_dev_snps.c

Modified: head/sys/dev/uart/uart_dev_snps.c
==============================================================================
--- head/sys/dev/uart/uart_dev_snps.c	Mon Feb 27 17:54:01 2017	(r314359)
+++ head/sys/dev/uart/uart_dev_snps.c	Mon Feb 27 19:46:27 2017	(r314360)
@@ -104,7 +104,7 @@ static struct ofw_compat_data compat_dat
 	{ "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


More information about the svn-src-head mailing list