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

Ian Lepore ian at FreeBSD.org
Tue Feb 23 03:01:47 UTC 2016


Author: ian
Date: Tue Feb 23 03:01:46 2016
New Revision: 295910
URL: https://svnweb.freebsd.org/changeset/base/295910

Log:
  This code no longer references fdtbus_bs_tag, no need for a special extern
  declaration of it for aarch64.

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

Modified: head/sys/dev/uart/uart_cpu_fdt.c
==============================================================================
--- head/sys/dev/uart/uart_cpu_fdt.c	Tue Feb 23 02:57:45 2016	(r295909)
+++ head/sys/dev/uart/uart_cpu_fdt.c	Tue Feb 23 03:01:46 2016	(r295910)
@@ -54,10 +54,6 @@ __FBSDID("$FreeBSD$");
 #include <dev/uart/uart_cpu.h>
 #include <dev/uart/uart_cpu_fdt.h>
 
-#ifdef __aarch64__
-extern bus_space_tag_t fdtbus_bs_tag;
-#endif
-
 /*
  * UART console routines.
  */


More information about the svn-src-head mailing list